WHC_Debuger
WHC_Debuger copied to clipboard
IOS Debuger super convenient development auxiliary debugger, in a team or maintenance projects according to the UI quickly locate unknown to the Class files, and from the quick fix related bugs .iOS D...
WHC_Debuger
简介
- 便捷: 在维护未知项目调试定位当前界面VCClass文件超方便
- 安全: 该库文件代码只在Debug模式参入编译,Release发版将不会编译该库代码
- 强大: 在非主线程操作UI能给出危险警告弹窗让开发者检查改正代码
- 咨询: 712641411
- 作者: 吴海超
使用第三方库
- Github:AutoLayoutKit
演示
要求
- iOS 6.0 or later
- Xcode 8.0 or later
集成
- 使用CocoaPods:
- OC版 pod 'WHC_Debuger', '~> 1.0.2'
- Swift版 pod 'WHC_DebugerSwift', '~> 1.0.0'
- 手工集成:
- OC导入文件夹WHC_Debuger
- Swift导入文件夹WHC_DebugerSwift
用法
只需要项目引入(手工/CocoaPods)WHC_Debuger相关文件即可无需任何代码配置
推荐
- json/xml 转Class mac工具:https://github.com/netyouli/WHC_DataModelFactory
- 超好用模型sqlite库:https://github.com/netyouli/WHC_ModelSqliteKit
- 轻量级键盘管理器:https://github.com/netyouli/WHC_KeyboardManager
- 扫描项目没有使用图片工具:https://github.com/netyouli/WHC_ScanUnreferenceImageTool
期待
- 如果您在使用过程中有任何问题,欢迎issue me! 很乐意为您解答任何相关问题!
- 与其给我点star,不如向我狠狠地抛来一个BUG!
- 如果您想要更多的接口来自定义或者建议/意见,欢迎issue me!我会根据大家的需求提供更多的接口!
Licenses
All source code is licensed under the MIT License.