FengDeng / AppDelegateHooksLinks
Hook AppDelegate methods ,distributed your UIApplicationDelegate code to every component.
☆22Updated 5 years ago
Alternatives and similar repositories for AppDelegateHooks
Users that are interested in AppDelegateHooks are comparing it to the libraries listed below
Sorting:
- A SDWebImage plugin to integrate YYImage & YYCache for image rendering & caching☆24Updated 4 months ago
- High performance KV cache component for iOS & OS X developers, Inspired by Tencent's blog post//cloud.tencent.com/developer/article/10662…☆59Updated 6 years ago
- 优雅的模拟 Objective-C 方法,对参数、返回值进行任意修改和检查。☆24Updated 4 years ago
- A helper utility to check if a block has been called☆15Updated 6 years ago
- 使用预热 ViewController 来加速页面呈现☆17Updated 6 years ago
- The fallback mechanism with iOS is used to set fonts for different languages (script), thereby making text mixing typography more elegant…☆54Updated 4 years ago
- 简单的Xcode代码模板extension☆26Updated 11 months ago
- NNPopObjc is inspired by protocol oriented programming( 面向协议编程 ), it provides extensibility for the protocol.☆31Updated 5 years ago
- iOS 开发的一些 Tips☆25Updated 4 years ago
- A transpiler to translate data structure for client☆126Updated 7 years ago
- 本文是原文的翻译——优化 Swift 编译时间的 Tips。Collection of advice on optimizing compile times of Swift projects in Chinese 🇨🇳.☆15Updated 7 years ago
- LPDTableViewKit☆39Updated 6 years ago
- 适用于 OC类似的 SwiftUI 库(快速构建 UI 框架)☆20Updated 3 years ago
- 一个无侵入的 iOS crash 防护框架☆41Updated 8 years ago
- The annotation implementation using Objective-C☆70Updated 6 years ago
- Swift版轻量卡顿监控工具,支持主线程和子线程,一句代码即可轻松集成。☆83Updated 5 years ago
- HappyLayerFriends☆24Updated 8 years ago
- 修改 Mach-O 文件的 UUID☆31Updated 6 years ago
- ☆14Updated last year
- A lightweight thread method call stack printing tool.☆31Updated 5 years ago
- A fast bootstrap framework environment for iOS project using Swift. Include some useful tools.☆16Updated 7 years ago
- 基于NSproxy开发的支持数据绑定、事件绑定的库☆22Updated 5 years ago
- ☆26Updated 7 years ago
- 🤖Using NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSMutableString safely.☆26Updated 2 years ago
- oc 版简易 redux 实现☆22Updated 5 years ago
- Quickly open the iOS simulator sandbox☆8Updated 8 years ago
- ☆43Updated 3 years ago
- Apple's Implementation of NSZombie☆37Updated 6 years ago
- 统计podfile每个pod的下载耗时☆30Updated 11 months ago
- 仿照KVO实现原理,构建AOP(切面范式)编程模式中逻辑注入的基础组件库。核心机制复杂,但是代码简单。主要依赖isa-swizzing和method-swizzing两项技术。该库主要针对于instance进行业务逻辑注入,只对一个内存实例生效,而不是一整个类。因而,具有场…☆30Updated 3 years ago