上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页
摘要: 源代码下载地址:http://code4app.com/ios/55655def933bf09d328b5141此源代码从中学到以下四个知识点第一:关于右边只有一个被选中的效果展现,左边部分代码内容,其是一个列表的形式,橙色为一个视图的效果,当没有被选中时则隐藏起来,这边默认第一个被选中;单元格BA... 阅读全文
posted @ 2015-07-07 23:20 踏浪帅 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 1:contentSize、contentInset和contentOffset区别 2:IOS虚拟器安装其它Simulator 3:输入框中的inputaccessoryview和inputview 4:修改UISearchBar中关于cannel取消的文字 还有另外一种方式: 5:关于navig 阅读全文
posted @ 2015-07-01 11:29 踏浪帅 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 1:Objective-C语法之动态类型(isKindOfClass, isMemberOfClass,id) 2:IOS 开发中判断字符串是否为空字符的方法 3:删除Caches文件夹的内容 4:计算某个文件夹或文件的大小 5:文件操作(NSFileManager)iOS (转) 6:iOS自动化 阅读全文
posted @ 2015-06-17 11:10 踏浪帅 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 1:IOS开发基础知识--碎片1 a:NSString与NSInteger的互换 b:Objective-c中集合里面不能存放基础类型,比如int string float等,只能把它们转化成对象才可以存放,就是类NSNumber c:NSDATA与NSString互转 d:去除输入框空格(NSSt 阅读全文
posted @ 2015-06-12 14:28 踏浪帅 阅读(2691) 评论(1) 推荐(0) 编辑
摘要: 1:将自定义对象转化成NsData存入数据库要转为nsdata自定义对象要遵循的协议,然后实现encodeWithCoder,initwithcode对属性转化,实例如下:HMShop.h#import @interface HMShop : NSObject @property (nonatomi... 阅读全文
posted @ 2015-06-11 21:23 踏浪帅 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 1:ZIP文件压缩跟解压,使用ZipArchive 2:UITapGestureRecognizer传值 3:自定义self.navigationItem.titleView视图 4:实现无限滚动的uiscrollview 5:IOS开发实现歌词自动滚动功能一种实现方式 6:iOS 从url中获取文 阅读全文
posted @ 2015-06-09 13:59 踏浪帅 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 一 插件简介:其github地址:https://github.com/li6185377/LKDBHelper-SQLite-ORM全面支持 NSArray,NSDictionary, ModelClass, NSNumber, NSString, NSDate, NSData, UIColor,... 阅读全文
posted @ 2015-05-22 15:38 踏浪帅 阅读(3684) 评论(6) 推荐(1) 编辑
摘要: 1:运行程序报the file couldn't be opened because you don't have permission to view it解决办法:项目—>targets->build settings->build options->changed the value of t... 阅读全文
posted @ 2015-05-14 15:06 踏浪帅 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: 1:统一修改导航栏的样式,在AppDelegate.m中- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.wind... 阅读全文
posted @ 2015-05-05 21:06 踏浪帅 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 1:Delegate运用 2:实现UIButton不同状态下的显示 3:视图uiview增加点击事件 UITapGestureRecognizer* singleTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@sel 阅读全文
posted @ 2015-04-30 16:32 踏浪帅 阅读(1132) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页