会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
apem
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
25
下一页
2014年12月16日
UIImage 和 iOS 图片压缩UIImage / UIImageVIew
摘要: UIImageView制作气泡stretchableImageWithLeftCapWidthhttp://blog.csdn.net/justinjing0612/article/details/87512691.图片缓存使用第三方库: SDWebImage UIImageView *imageV...
阅读全文
posted @ 2014-12-16 18:07 apem
阅读(2006)
评论(1)
推荐(0)
2014年12月15日
ios 应用程序图标、启动画面、itune图标设置
摘要: 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
阅读(251)
评论(0)
推荐(0)
分辨率
摘要: ipad分辨率大致分为两种1024x768 和 2048x1532前者scale=1,后者为2当分辨率太低时(如1024x768), 需要使用最低1px的像素,否则会因为像素太低而不显示#define LineHeight (([UIScreen mainScreen].scale == 1)?1:...
阅读全文
posted @ 2014-12-15 10:56 apem
阅读(173)
评论(0)
推荐(0)
2014年12月10日
UITableViewCell
摘要: 1.设置背景 cell.backgroundColor = D_cellColor2; //错误做法 cell.contentView.backgroundColor = D_cellColor2; //正确做法 2. 重用单元格注意问题 GoodsListTa...
阅读全文
posted @ 2014-12-10 14:44 apem
阅读(127)
评论(0)
推荐(0)
2014年12月5日
ios反射
摘要: 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
阅读(349)
评论(0)
推荐(0)
2014年12月4日
IOS APP的所有图标尺寸规范
摘要: 转自:http://blog.csdn.net/chonbj/article/details/25133247像我一样记不住iOS应用图标像素尺寸的开发者不在少数,我经常需要查询不同设备上的应用尺寸,为了方便自己、方便大家,我制作了下面的图表供大家参考。iPhone、iPodTouch以及一般通用的...
阅读全文
posted @ 2014-12-04 10:10 apem
阅读(36190)
评论(0)
推荐(0)
2014年12月3日
iphone数据存储之-- Core Data的使用(一)
摘要: 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
阅读(211)
评论(0)
推荐(0)
UITableview reloadData Animation 动画效果
摘要: http://blog.kingiol.com/blog/2013/10/22/uitableview-reloaddata-with-animation/运用到UITableview进行重新加载数据的时候需要看到一些动态的切换效果,在UITableview内置的有很多reload方法,可以实现一部...
阅读全文
posted @ 2014-12-03 14:28 apem
阅读(1807)
评论(0)
推荐(0)
2014年12月1日
xocde真机测试 内存查看
摘要: 如上, 有的时候真机调试, 内存和cpu占用没有被展示出来, 那么真机测试的时候怎么查看我们当前使用的内存呢,有办法:instrument->activity monitory点击左上角的红点, 再在中间选中trace highlights, 就可以查看你当前使用的内存了,2. 查看程序的数据库需要...
阅读全文
posted @ 2014-12-01 14:31 apem
阅读(334)
评论(0)
推荐(0)
2014年11月30日
App开发到App Store上架,发布流程。
摘要: http://blog.csdn.net/wojsg001/article/details/12005887App开发到App Store上架,发布流程。分类:IOS2013-09-25 11:256434人阅读评论(1)收藏举报网上已经有很多关于这方面的资料。我重点总结了三篇。大家可以参照着看。1...
阅读全文
posted @ 2014-11-30 11:06 apem
阅读(545)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
25
下一页
公告