Fernando Ortiz

8个pods
DequeuableRegistrable是一些协议扩展,允许在不使用字符串和不进行任何不安全的数据类型转换的情况下注册和撤销UITableViewCells和UICollectionViewCells。
许可证:MIT
相关博客文章:https://medium.com/@ortizfernandomartin/customize-mapkits-mkmapview-with-google-maps-styling-wizard-a5dcc095e19f#.zgj20kkvk
许可证:MIT
可插拔ApplicationDelegate是一种解耦AppDelegate的方法,通过将其分割成称为ApplicationService的小模块。每个ApplicationService与AppDelegate共享生命周期,并成为它的观察者。每当AppDelegate运行任何生命周期方法时,您的Application服务都会收到通知并进行一些操作。可插拔ApplicationDelegate是一个开源类,您的AppDelegate需要从它继承。然后您的AppDelegate需要重写它的services
属性,返回一个ApplicationServices数组。
许可证:MIT