iOS开发集锦之 2017.03.01

1. 自定义 Xcode ViewController 类模板

作者:ifelseboyxx's Blog
描述:而我们平时的开发中,或多或少都有自己的一些规范,尤其是在多人合作开发的情况下,一些好的开发规范是相当必要的, 在我们创建 VC 的时候自动生成这些代码。

自定义类模板

2. 布局编码的未来

作者:美团点评技术团队
描述:客户端布局是客户端开发最为基础也是最为重要的编程实践之一,对于一个有着良好技术架构的客户端开发团队来说,布局编码工作占业务开发工作量的80%。显然,对于布局编码进行深入的思考、总结统一最佳实践、提供有力的基础架构支撑,对于提升客户端开发团队的生产力非常关键。

3. iOS 静态库封装

作者: Chefil
描述:静态库:以.a 和 .framework为文件后缀名。动态库:以.tbd(之前叫.dylib) 和 .framework 为文件后缀名。

4. 用 RxSwift 构架干净的架构及示例

作者:sergdort
描述:Example of Clean Architecture of iOS app using RxSwift

CleanArchitectureRxSwift

5. FFToast

作者:imlifengfeng
源码:FFToast
描述:A very powerful iOS message notifications and AlertView extensions. It can be easily realized from the top of the screen, the bottom of the screen and the middle of the screen pops up a notification. You can easily customize the pop-up View.

FFToast


你可能感兴趣的:(iOS开发集锦之 2017.03.01)