随笔分类 -  Object-C

摘要:Undefined symbols for architecturei386:“_OBJC_CLASS_$_XXX”,referenced from:objc-class-ref in XXXld: symbol(s) not found for architecture i386clang: er... 阅读全文
posted @ 2015-03-23 17:06 敬川 阅读(848) 评论(0) 推荐(0)
摘要:一、在应用间利用KeyChain共享数据 我们可以把KeyChain理解为一个Dictionary,所有数据都以key-value的形式存储,可以对这个Dictionary进行add、update、get、delete这四个操作。对于每一个应用来说,KeyChain都有两个访问区,私有区和公共区。... 阅读全文
posted @ 2015-03-14 16:20 敬川 阅读(283) 评论(0) 推荐(0)
摘要:在enumaration警告UIViewAnimationCurveEaseOutImplicit conversion from enumeration type 'enum UIViewAnimationCurve' to different enumerati解决:换成UIViewAnimat... 阅读全文
posted @ 2014-12-10 15:51 敬川 阅读(236) 评论(0) 推荐(0)