上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页
摘要: if ([self respondsToSelector:@selector(setAutomaticallyAdjustsScrollViewInsets:)]) { self.automaticallyAdjustsScrollViewInsets =NO; } 阅读全文
posted @ 2015-12-28 19:06 爱生活爱代码 阅读(418) 评论(0) 推荐(0) 编辑
摘要: #pragma mark - 设置录制的音频文件的位置- (NSString *)audioRecordingPath{ NSString *str_date=[TimeTransform DateToStringWithFormat:[NSDate date] withFormatStri... 阅读全文
posted @ 2015-12-28 14:37 爱生活爱代码 阅读(924) 评论(0) 推荐(0) 编辑
摘要: if (IOS8) { UIAlertController *alertController=[UIAlertController alertControllerWithTitle:CustomLocalizedString(@"SetIp", nil) message:@""... 阅读全文
posted @ 2015-12-14 12:31 爱生活爱代码 阅读(3017) 评论(0) 推荐(0) 编辑
摘要: XCode 7.2 :ht tp://adcdownload.apple.com/Developer_Tools/Xcode_7.2/Xcode_7.2.dmgXCode7.1.1:ht tp://adcdownload.apple.com/Developer_Tools/Xcode_7.1.1/X... 阅读全文
posted @ 2015-12-09 17:09 爱生活爱代码 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 当初作为第一个吃螃蟹的人,第一天就把xcode升级到了xcode7,结果报了一堆错,网上也没有解决方案,于是果断退到xcode6。这两天看时机成熟,升到了xcode7,在升级后,会有许多问题,在此罗列了常出现的。1.在info.plist的NSAppTransportSecurity下新增NSAll... 阅读全文
posted @ 2015-12-08 17:51 爱生活爱代码 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 在iOS7中,新增加了一个小小的功能,也就是这个:self.navigationController.interactivePopGestureRecognizer.enabled = YES; 阅读全文
posted @ 2015-12-02 16:42 爱生活爱代码 阅读(689) 评论(0) 推荐(0) 编辑
摘要: iOS的界面堆栈管理比android的要好用很多。这里写两点:一点是 如何重回前面的vc,而不是push一个alloc的新界面。第二点就是判断当前堆栈显示的vc是何vc。vc堆栈:vc1->vc2->vc3->vc4->vc5vc1是底层的堆栈,push到vc2,vc2在push到vc3,vc3在p... 阅读全文
posted @ 2015-11-25 16:13 爱生活爱代码 阅读(1357) 评论(0) 推荐(0) 编辑
摘要: 类似这种效果:其实很简单,利用tableview 的plain属性,然后使用section,其实滑上去不动的是 section的headView.-(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{ return 3... 阅读全文
posted @ 2015-10-30 14:24 爱生活爱代码 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 5、需要在工程中创建一个Podfile文件,使用命令:$cd /Users/shiyunlei/Desktop/CocoapodsSample(进入工程目录,cd后面的是工程的路径)$touchPodfile(创建Podfile文件)然后使用vim编辑Podfile文件,使用命令:$vimPodfi... 阅读全文
posted @ 2015-10-26 12:03 爱生活爱代码 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.cnblogs.com/bandy/archive/2012/04/25/2469369.html- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NS... 阅读全文
posted @ 2015-09-21 10:03 爱生活爱代码 阅读(458) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页