会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TabWu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
32
下一页
2015年7月7日
Purchase购物车实例分析
摘要: 源代码下载地址:http://code4app.com/ios/55655def933bf09d328b5141此源代码从中学到以下四个知识点第一:关于右边只有一个被选中的效果展现,左边部分代码内容,其是一个列表的形式,橙色为一个视图的效果,当没有被选中时则隐藏起来,这边默认第一个被选中;单元格BA...
阅读全文
posted @ 2015-07-07 23:20 踏浪帅
阅读(530)
评论(0)
推荐(0)
2015年7月1日
IOS开发基础知识--碎片17
摘要: 1:contentSize、contentInset和contentOffset区别 2:IOS虚拟器安装其它Simulator 3:输入框中的inputaccessoryview和inputview 4:修改UISearchBar中关于cannel取消的文字 还有另外一种方式: 5:关于navig
阅读全文
posted @ 2015-07-01 11:29 踏浪帅
阅读(726)
评论(0)
推荐(0)
2015年6月17日
IOS开发基础知识--碎片16
摘要: 1:Objective-C语法之动态类型(isKindOfClass, isMemberOfClass,id) 2:IOS 开发中判断字符串是否为空字符的方法 3:删除Caches文件夹的内容 4:计算某个文件夹或文件的大小 5:文件操作(NSFileManager)iOS (转) 6:iOS自动化
阅读全文
posted @ 2015-06-17 11:10 踏浪帅
阅读(544)
评论(0)
推荐(0)
2015年6月12日
IOS开发基础知识碎片-导航
摘要: 1:IOS开发基础知识--碎片1 a:NSString与NSInteger的互换 b:Objective-c中集合里面不能存放基础类型,比如int string float等,只能把它们转化成对象才可以存放,就是类NSNumber c:NSDATA与NSString互转 d:去除输入框空格(NSSt
阅读全文
posted @ 2015-06-12 14:28 踏浪帅
阅读(2740)
评论(1)
推荐(0)
2015年6月11日
IOS开发基础知识--碎片15
摘要: 1:将自定义对象转化成NsData存入数据库要转为nsdata自定义对象要遵循的协议,然后实现encodeWithCoder,initwithcode对属性转化,实例如下:HMShop.h#import @interface HMShop : NSObject @property (nonatomi...
阅读全文
posted @ 2015-06-11 21:23 踏浪帅
阅读(612)
评论(0)
推荐(0)
2015年6月9日
IOS开发基础知识--碎片14
摘要: 1:ZIP文件压缩跟解压,使用ZipArchive 2:UITapGestureRecognizer传值 3:自定义self.navigationItem.titleView视图 4:实现无限滚动的uiscrollview 5:IOS开发实现歌词自动滚动功能一种实现方式 6:iOS 从url中获取文
阅读全文
posted @ 2015-06-09 13:59 踏浪帅
阅读(609)
评论(0)
推荐(0)
2015年5月22日
IOS关于LKDBHelper实体对象映射插件运用
摘要: 一 插件简介:其github地址:https://github.com/li6185377/LKDBHelper-SQLite-ORM全面支持 NSArray,NSDictionary, ModelClass, NSNumber, NSString, NSDate, NSData, UIColor,...
阅读全文
posted @ 2015-05-22 15:38 踏浪帅
阅读(3730)
评论(6)
推荐(1)
2015年5月14日
IOS开发基础知识--碎片13
摘要: 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 踏浪帅
阅读(1058)
评论(0)
推荐(0)
2015年5月5日
IOS客户端Coding项目记录(五)
摘要: 1:统一修改导航栏的样式,在AppDelegate.m中- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.wind...
阅读全文
posted @ 2015-05-05 21:06 踏浪帅
阅读(515)
评论(0)
推荐(0)
2015年4月30日
IOS开发基础知识--碎片12
摘要: 1:Delegate运用 2:实现UIButton不同状态下的显示 3:视图uiview增加点击事件 UITapGestureRecognizer* singleTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@sel
阅读全文
posted @ 2015-04-30 16:32 踏浪帅
阅读(1142)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
32
下一页
公告