2016年11月21日

让 UISearchBar 支持空搜索,当没有输入的时候,search 按钮一样可以点击

摘要: //让 UISearchBar 支持空搜索,当没有输入的时候,search 按钮一样可以点击 - (void)searchBarTextDidBeginEditing:(UISearchBar *) searchBar { UITextField *searchBarTextField = nil; 阅读全文

posted @ 2016-11-21 15:17 yucaijiang 阅读(797) 评论(0) 推荐(0) 编辑

ZipArchive解压zip包

摘要: 在iOS开发中,我们有时会碰到解压Zip文件,或者压缩成Zip文件的需求! ZipArchive是一个开源的工具包,以下是配置步骤: 1. 首先下载ZipArchive,下载地址:http://ziparchive.googlecode.com/files/ZipArchive.zip 2. 将解压 阅读全文

posted @ 2016-11-21 10:25 yucaijiang 阅读(604) 评论(0) 推荐(0) 编辑

ios中将事件添加到系统日历

摘要: - (void)saveEvent:(id)sender { //事件市场 EKEventStore *eventStore = [[EKEventStore alloc] init]; //6.0及以上通过下面方式写入事件 if ([eventStore respondsToSelector:@s 阅读全文

posted @ 2016-11-21 10:23 yucaijiang 阅读(679) 评论(0) 推荐(0) 编辑

导航