Tekkaman

导航

 

2014年4月21日

摘要: 【UI7Kit】 UI7Kit is a GUI toolkit which can backport flat-style UIKit from iOS7 to iOS5/iOS6. Additionally, UI7Kit can also be used to patch legacy UI... 阅读全文
posted @ 2014-04-21 19:52 Tekkaman 阅读(314) 评论(0) 推荐(0)
 
摘要: 【CocoaPods安装和使用教程】 简单来说,就是先定义Podfile,在此文件中定义你需要的开源项目,然后运行pods install或pod update来完成对开源库的引用。总体来说算很方便。 参考:http://code4app.com/article/cocoapods-instal... 阅读全文
posted @ 2014-04-21 18:00 Tekkaman 阅读(642) 评论(0) 推荐(0)
 
摘要: 【Undo Architecture】 NSUndoManager is a general-purpose recorder of operations for undo and redo. NSUndoManager是一个通常目的操作记录器用于实现undo和redo。 When you pe... 阅读全文
posted @ 2014-04-21 15:43 Tekkaman 阅读(343) 评论(0) 推荐(0)
 
摘要: 【xcconfig】1.When you can use a .xcconfig file? Use .xcconfig files if you find yourself changing the same build settings for each project you create.... 阅读全文
posted @ 2014-04-21 10:25 Tekkaman 阅读(381) 评论(0) 推荐(0)