webfrogs / HandOfTheKingLinks
A fast bootstrap framework environment for iOS project using Swift. Include some useful tools.
☆16Updated 7 years ago
Alternatives and similar repositories for HandOfTheKing
Users that are interested in HandOfTheKing are comparing it to the libraries listed below
Sorting:
- A database upgrade tool that based on FMDB☆45Updated 7 years ago
- Quickly open the iOS simulator sandbox☆8Updated 8 years ago
- HappyLayerFriends☆24Updated 8 years ago
- A simple proxy class that multiplexes and dispatches protocol methods to multiple objects.☆37Updated 10 years ago
- DUKEBlocksKit部分借鉴了著名框架Aspects,BlocksKit,ReactiveCocoa的神奇的宏定义。实现了更加灵活的动态代理,模 仿RAC神奇的宏RAC与RACObserve属性绑定☆58Updated 8 years ago
- CPNetworking is a HTTP component which encapsulate AFNetworking.☆19Updated 8 years ago
- DGGooeySlideMenu---模仿skype照相按钮弹出菜单弹簧效果☆24Updated 8 years ago
- 仿照KVO实现原理,构建AOP(切面范式)编程模式中逻辑注入的基础组件库。核心机制复杂,但是代码简单。主要依赖isa-swizzing和method-swizzing两项技术。该库主要针对于instance进行业务逻辑注入,只对一个内存实例生效,而不是一整个类。因而,具有场…