摘要:
开发过程中有时需要存储一些轻量级的数据,对于IOS提供的几种数据存储方式在这时最合适当属对象归档:NSCoding 但是将对象数据进行归档解档时候需要实现两个方法: encodeWithCoder和initWithEncoder。encodeWithCoder就是编码,initWithCode... 阅读全文
posted @ 2015-01-23 18:03
悠漠漠
阅读(1339)
评论(1)
推荐(0)
摘要:
Reveal作为分析APP UI的利器确实非常好用,用来查看任意UI布局也很方便一.模拟器进行分析 1.打开Reveal(http://revealapp.com下载) 2.打开Xcode 3.Reveal——Help——Show Reveal Library in Finder ... 阅读全文
posted @ 2015-01-23 14:40
悠漠漠
阅读(5620)
评论(0)
推荐(0)