Skip to content

LvJianfeng/LLAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLAlertView

自定义AlertView

Demo

(可视化重新加载按钮)

点击回调

  • 支持Block
  • 支持Delegate

使用LLAlertView

  • 手动导入: * 将LLAlertView.h , LLAlertView.m两个文件拽入项目中
    • 导入主头文件:#import "LLAlertView.h"

Delegate

//请下载工程查看Demo使用
alertView.delegate = self;

Block

//请下载工程查看Demo使用
alertView.clickActionBlock = ^{
  NSLog(@"去更新");
};

About

自己项目使用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published