一个可以脱离Xcode的debug,直接在app里,打印内存对象,动态改UI,动态跑oc代码的多功能控制台
☆133Sep 1, 2016Updated 9 years ago
Alternatives and similar repositories for VKDevTool
Users that are interested in VKDevTool are comparing it to the libraries listed below
Sorting:
- 不需要重新编译重新运行APP,直接在模拟器里就可以随时修改JS代码,随时看效果,实时报错提醒,实时Reload刷新☆29Jan 4, 2017Updated 9 years ago
- 用起来很像performselector,但是完全没有参数个数限制,以及参数id类型限制,(任意类型 struct int bool),功能上很像运行时Objc_msgSend,但是在64位上无需强制类型转换,可以直接输入参数☆212Apr 28, 2019Updated 6 years ago
- 基于target-selector 而非基于block注册式的 openURL url参数解析+运行时行为处理,各自行为还需要自定义,定义 好行为,无需统一注册,即可生效☆92Oct 26, 2016Updated 9 years ago
- 一个很像css,在iOS里用原生的方式,将样式和界面隔离解耦,多种样式属性自由组合,以类似协议的形式将样式生效在界面UI上的东西☆90Nov 2, 2016Updated 9 years ago
- iOS下的UUID方案,没啥技术含量,idfv+keychain保证不变☆74Jul 11, 2022Updated 3 years ago
- ☆27Dec 11, 2017Updated 8 years ago
- Library for replacing part/all HTTP response based on Nocilla.☆476Jun 3, 2017Updated 8 years ago
- a Lib that enable you call objc or c code from javascript on iOS platform☆38May 27, 2016Updated 9 years ago
- Show View hierarchy in 3D☆169Apr 17, 2013Updated 12 years ago
- www.reviewcode.cn平台案例整理汇总☆13Mar 5, 2016Updated 10 years ago
- Protocol extension for Objective-C☆574Mar 11, 2019Updated 6 years ago
- A todo macro demo project☆50Mar 2, 2015Updated 11 years ago
- 完全没有翻译文档的经验,碰到一些用词不合适的时候,还是推荐对比这原文进行观看,如果愿意,大家可以帮忙一起修改☆115Sep 20, 2016Updated 9 years ago
- A XCode plugin that provides autocompletion for JSPatch☆742Oct 1, 2020Updated 5 years ago
- Generating UI test label automatically for iOS.☆347Jun 5, 2020Updated 5 years ago
- 动态执行Objective-C. A tiny JIT Interpreter of Objective-C, dynamically run your code like eval().☆704Jan 14, 2019Updated 7 years ago
- An iOS ScrollView to resolve the problem of reusability in views.☆1,770Jan 4, 2020Updated 6 years ago
- An alternative to Core Data for people who like using SQLite directly.☆839May 4, 2017Updated 8 years ago
- 一个在iOS9下才可以支持的,app跨域访问外部safari数据的工具,主要用于wap网页上产生了数据,在app下载后读取数据,延续wap的行为☆46Mar 22, 2017Updated 8 years ago
- StarConsoleLink inject the link to your Xcode console, which allows you to click on the link area rapid positioning to the log line.☆250Jan 29, 2019Updated 7 years ago
- A tool for detecting and repairting continuous launch crash of iOS App☆995Jul 30, 2016Updated 9 years ago
- Flexbox in Objective-C, using Facebook's css-layout.☆250Apr 9, 2024Updated last year
- ☆28Jun 22, 2017Updated 8 years ago
- 在学习iOS逆向工程后,完成的一个越狱插件,主要功能是实现App Store的自动下载☆11Jan 29, 2019Updated 7 years ago
- A Letterpress Cheater☆23Oct 24, 2013Updated 12 years ago
- Add new property for Objective-c's Class without changing origin Class's code, support reflection, special for JSPatch