新浪微博 有道云笔记 麦库 EverNote Pocket Instapaper 更多
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页
摘要: CHENYILONGBlogIOS详解TableView——内置刷新,EGO,以及搜索显示控制器Fullscreen技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong内置刷新内置刷新是苹果IOS6以后才推出的一个API,主要是针对TableViewController增加了一个属性,re... 阅读全文
posted @ 2014-04-03 01:11 iTeaTime(技术清谈) 阅读(446) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogUICollectionView 使用介绍技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongUICollectionView使用介绍1.1. Collection View全家福:UICollectionView, UITableView, NSCollectionV... 阅读全文
posted @ 2014-04-02 11:21 iTeaTime(技术清谈) 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: 看到了下面这篇优化文章,感觉不错,转来日后作为一种UITableView优化的方法。使用不透明视图。不透明的视图可以极大地提高渲染的速度。因此如非必要,可以将table cell及其子视图的opaque属性设为YES(默认值)。其中的特例包括背景色,它的alpha值应该为1(例如不要使用clearColor);图像的alpha值也应该为1,或者在画图时设为不透明。不要重复创建不必要的t... 阅读全文
posted @ 2014-03-29 10:18 iTeaTime(技术清谈) 阅读(444) 评论(0) 推荐(0) 编辑
摘要: //For the app I have that did this, the SQLite data was fairly large. Therefore, I used a background thread to export all the data to a CSV (comma separated value) file, which Excel can import, and th... 阅读全文
posted @ 2014-03-26 10:59 iTeaTime(技术清谈) 阅读(949) 评论(0) 推荐(0) 编辑
摘要: static DataTable GetTable(){DataTable table = new DataTable();// New data table.table.Columns.Add("Dosage", typeof(int));// Add five columns.table.Columns.Add("Drug", typeof(string));table.Column... 阅读全文
posted @ 2014-03-26 10:58 iTeaTime(技术清谈) 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong命名规范类命名首字母大写,之后每个单词首字母都大写使用能够反映类功能的名词短语文件和类同名举例:BaseClient、ImageStore特殊类命名如果是视图控制器的子类应添加后缀“ViewContr... 阅读全文
posted @ 2014-03-17 17:57 iTeaTime(技术清谈) 阅读(775) 评论(0) 推荐(1) 编辑
摘要: CHENYILONGBlog关于升级程序版本时version与build修改的问题#问题#从V1.0升级到V1.0.1.version是一定要改的,那么build需要修改吗?#解答#一般习惯上会改的,build通常比version会多一个数。前面三个是版本号.子版本号.修订版本号,最后一个是编译版本号©chenyilong. Powered byPostach.ioBlog 阅读全文
posted @ 2014-03-09 12:22 iTeaTime(技术清谈) 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 英文原文:6 Life Habits That Programming Could Teach You Today 成功人生所需要知道的一切重要事情,你都能从计算机编程中学到。不相信我?那就继续往下看。 当我很小开始编程之时,还只是照搬电脑杂志上前瞻性的文字和符号,以便我和哥哥能够让带有一个双软盘驱动器的旧Franklin64 播放一段小巧的数字曲调。当时我们还没有太多生活经验去辨别那... 阅读全文
posted @ 2014-03-08 22:13 iTeaTime(技术清谈) 阅读(277) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogthe error about “no such file or directory”when you get the question like thisperhaps you have moved the file named **.pch,you can do like this©chenyilong. Powered byPostach.ioBlog 阅读全文
posted @ 2014-03-08 19:14 iTeaTime(技术清谈) 阅读(1640) 评论(0) 推荐(0) 编辑
摘要: BlogUnable to Distribute in Xcode5?I have the question, if this screenshot is what you getting. (My case is from XCode 5 Organizer during Distribute…)!I have the same question, if you use Xcode 5,... 阅读全文
posted @ 2014-03-08 11:47 iTeaTime(技术清谈) 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页