JxbSir / JxbDebugToolLinks
一个iOS调试工具,监控所有HTTP请求,自动捕获Crash分析。
☆87Updated 8 years ago
Alternatives and similar repositories for JxbDebugTool
Users that are interested in JxbDebugTool are comparing it to the libraries listed below
Sorting:
- 一个解决iOS10以上系统在发布环境下log太多无法查看log的小工具☆56Updated 7 years ago
- A OC GZip Library saved for backup easy-to-use☆39Updated 5 years ago
- 截获崩溃信息,用弹出alert代替崩溃☆76Updated 9 years ago
- iOS下的UUID方案,没啥技术含量,idfv+keychain保证不变☆73Updated 2 years ago
- show fps☆88Updated 6 years ago
- Runtime基础知识点总结☆73Updated 5 years ago
- LDBus的目标:(保持业务组件的相对独立性,尽量解耦业务组件之间的代码依赖)☆119Updated 9 years ago
- Assistive Button imitate the iOS system AssistiveTouch☆114Updated 3 years ago
- 一个可以脱离Xcode的debug,直接在app里,打印内存对象,动态改UI,动态跑oc代码的多功能控制台☆132Updated 8 years ago
- Webview中的图片,使用ios原生来请求加载,然后使用webview显示☆72Updated 9 years ago
- 仿网易大白健康系统写的一个小工具,仅当学习交流使用☆42Updated 2 years ago
- my temporary files☆78Updated 9 years ago
- This repository is all my blog Demo.☆86Updated 3 years ago
- A category to use KVO in a safe way~☆19Updated 7 years ago
- 基于target-selector 而非基于block注册式的 openURL url参数解析+运行时行为处理,各自行为还需要自定义,定义好行为,无需统一注册,即可生效☆92Updated 8 years ago
- ☆45Updated 11 years ago
- WTSafeGuard can effectively prevent the IOS system application crash☆56Updated 7 years ago
- 通过脚本实现自动打包到上传蒲公英。☆31Updated 6 years ago
- An always-on-the-front window for displaying logs on iOS devices. 在 iOS 设备上测试时,用于在屏幕上输出 log 的常显窗口。☆89Updated 7 years ago
- iOS-Cookie,a demo for cookie opration☆63Updated 8 years ago
- A automatically reference manager for icon image.☆135Updated 6 years ago
- Array Dictionary safe工具类拓展,拖进工程,防止程序因为数组字典操作引起的crash☆34Updated 8 years ago
- 获取iPhone相关信息以及网络状态等等。☆116Updated 6 years ago
- ☆44Updated 8 years ago
- DZURLRoute是支持基于标准URL进行Native页面间跳转的Objective-C实现。方便您架构页面之间高内聚低耦合的开发模式。他的核心思想是把每一个页面当成一个资源,通过标准的URL协议(统一资源定位符)来定位到每一个可触达的页面(资源)。