Header File visibility Settings
Public vs. Private vs. Project
Pragma Mark
Pragma mark is simply a way to organize your methods in the method list pop up button in Xcode
http://cocoasamurai.blogspot.com/2006/09/tip-pragma-mark-organizing-your-source.html
.pch file
when there is a common set of headers that is included in nearly every source file in the project, we precompile that bundle of headers into a single precompiled header (PCH file).
Optional Frameworks
https://blog.stackmob.com/2013/03/objective-c-tip-of-the-month-optional-frameworks/
Storyboard
How to internationalize strings in xcode
http://stackoverflow.com/questions/5349066/how-to-localize-my-app-with-xcode-4
本文介绍了Xcode中的一些高级技巧,包括如何设置头文件可见性、使用#pragma mark组织代码、预编译头文件(.pch)的用途及配置方法、如何实现国际化字符串等。此外还讨论了Storyboard相对于XIB文件的优势以及如何在项目中使用可选框架。
1154

被折叠的 条评论
为什么被折叠?



