04 2015 档案

摘要:1:Delegate运用 2:实现UIButton不同状态下的显示 3:视图uiview增加点击事件 UITapGestureRecognizer* singleTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@sel 阅读全文
posted @ 2015-04-30 16:32 踏浪帅 阅读(1132) 评论(0) 推荐(0) 编辑
摘要:1:AFNetwork判断网络状态 2:UIButton倒计时 3:判断iphone设备 4:在IOS8以下报一个自动布局的BUG,而在IOS8却能正常运行 5:与JS交互,并把JS代码兼容android跟IOS - (IBAction)sdfsdfsdf:(id)sender { [self.we 阅读全文
posted @ 2015-04-22 17:20 踏浪帅 阅读(882) 评论(0) 推荐(1) 编辑
摘要:1:打开Xcode,然后闪退,报加载某库出现异常如/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib这个是Xcode的bug,我的情况是打开某个项目... 阅读全文
posted @ 2015-04-14 23:33 踏浪帅 阅读(642) 评论(0) 推荐(0) 编辑
摘要:1:如何给表格单元列增加选择时的背影效果if (cell == nil) { cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:cellIdentifier... 阅读全文
posted @ 2015-04-01 21:19 踏浪帅 阅读(709) 评论(0) 推荐(0) 编辑
摘要:1:两种方法删除NSUserDefaults所有记录//方法一NSString *appDomain = [[NSBundle mainBundle] bundleIdentifier];[[NSUserDefaults standardUserDefaults] removePersistentD... 阅读全文
posted @ 2015-04-01 18:02 踏浪帅 阅读(802) 评论(0) 推荐(0) 编辑