1. 首页
  2. 考试认证
  3. 其它
  4. PKAlert 用objective c编写的简单易用的警报生成器

PKAlert 用objective c编写的简单易用的警报生成器

上传者: 2024-10-22 13:33:33上传 ZIP文件 2.85MB 热度 2次

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

用户评论