PKAlert 用objective c编写的简单易用的警报生成器
PK警报由Objective-C编写的简单易用的警报生成器,目标为iOS7或更高版本。用法:将PKAlert.h和PKAlert.m添加到您的项目中,使用#import \"PKAlert.h\",像这样调用方法:
// simpleAlert
[PKAlert showWithTitle: @\"Notice\" // NSString or nil
text: @\"hogehoghoe huga Is this ok? haha\" // NSString or nil
cancelButtonText: @\"OK\" // NSString or nil
items: nil
style: PKAler
用户评论