上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页
摘要: UIImageView制作气泡stretchableImageWithLeftCapWidthhttp://blog.csdn.net/justinjing0612/article/details/87512691.图片缓存使用第三方库: SDWebImage UIImageView *imageV... 阅读全文
posted @ 2014-12-16 18:07 apem 阅读(1974) 评论(1) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_4cd8dd1301014hfz.html先说说应用程序图标,一般有下面几种:Icon.png(57x57) - Homescreen icon on iPhone/iPod touchIcon@2x.png(114x114) -Home... 阅读全文
posted @ 2014-12-15 18:16 apem 阅读(235) 评论(0) 推荐(0) 编辑
摘要: ipad分辨率大致分为两种1024x768 和 2048x1532前者scale=1,后者为2当分辨率太低时(如1024x768), 需要使用最低1px的像素,否则会因为像素太低而不显示#define LineHeight (([UIScreen mainScreen].scale == 1)?1:... 阅读全文
posted @ 2014-12-15 10:56 apem 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1.设置背景 cell.backgroundColor = D_cellColor2; //错误做法 cell.contentView.backgroundColor = D_cellColor2; //正确做法 2. 重用单元格注意问题 GoodsListTa... 阅读全文
posted @ 2014-12-10 14:44 apem 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.cr173.com/html/18677_1.html1.反射获取类属性名和属性类型unsigned int propertyCount = 0; objc_property_t *properties = class_copyPropertyList([MyEntity... 阅读全文
posted @ 2014-12-05 16:37 apem 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/chonbj/article/details/25133247像我一样记不住iOS应用图标像素尺寸的开发者不在少数,我经常需要查询不同设备上的应用尺寸,为了方便自己、方便大家,我制作了下面的图表供大家参考。iPhone、iPodTouch以及一般通用的... 阅读全文
posted @ 2014-12-04 10:10 apem 阅读(35733) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xiaodao/archive/2012/10/08/2715477.html一、概念1.Core Data 是数据持久化存储的最佳方式2.数据最终的存储类型可以是:SQLite数据库,XML,二进制,内存里,或自定义数据类型在Mac OS X 10.5... 阅读全文
posted @ 2014-12-03 15:07 apem 阅读(197) 评论(0) 推荐(0) 编辑
摘要: http://blog.kingiol.com/blog/2013/10/22/uitableview-reloaddata-with-animation/运用到UITableview进行重新加载数据的时候需要看到一些动态的切换效果,在UITableview内置的有很多reload方法,可以实现一部... 阅读全文
posted @ 2014-12-03 14:28 apem 阅读(1788) 评论(0) 推荐(0) 编辑
摘要: 如上, 有的时候真机调试, 内存和cpu占用没有被展示出来, 那么真机测试的时候怎么查看我们当前使用的内存呢,有办法:instrument->activity monitory点击左上角的红点, 再在中间选中trace highlights, 就可以查看你当前使用的内存了,2. 查看程序的数据库需要... 阅读全文
posted @ 2014-12-01 14:31 apem 阅读(330) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wojsg001/article/details/12005887App开发到App Store上架,发布流程。分类:IOS2013-09-25 11:256434人阅读评论(1)收藏举报网上已经有很多关于这方面的资料。我重点总结了三篇。大家可以参照着看。1... 阅读全文
posted @ 2014-11-30 11:06 apem 阅读(531) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页