09 2014 档案

摘要:几天前,Apple发布了iPhone 6 Plus. 新的iPhone大幅改变了图像在屏幕上渲染的方式。我们做了一个图表进行详细分析。分析。转自:转送 阅读全文
posted @ 2014-09-28 13:55 LetGo 阅读(220) 评论(0) 推荐(0)
摘要:错误:Duplicate interface definition for class "类名称"原因:在工程中有相同的文件或相同的 @interface 类名称解决办法: 可以把其中一个 @interface 类名称 标记为分类 @interface MX (分类名称) //分类名称可省去,... 阅读全文
posted @ 2014-09-10 12:02 LetGo 阅读(8731) 评论(0) 推荐(0)