Skip to content

把系统的UIAlertView的代理去掉了,使用起来非常的简单

Notifications You must be signed in to change notification settings

icoder20150719/ICAlertView

Repository files navigation

ICAlertView

详细的说明我已经在github上写了啊,大家可以自己去定义自己想要的控件比如UIActionSheet,UIImagePickerController //实现代码我房子在这里了简书地址简书说明


  [ICInfomationView initWithTitle:@"哈哈,我没有使用代理,我是blocks" message:@"呵呵" cancleButtonTitle:@"好吧" OtherButtonsArray:@[@"嗯呢"] clickAtIndex:^(NSInteger buttonAtIndex) {
        NSLog(@"click index ====%ld",(long)buttonAtIndex);
    }];

About

把系统的UIAlertView的代理去掉了,使用起来非常的简单

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published