Please enable JavaScript in your browser!
首頁
探索
說明
登入
lechium
/
FLEX
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
暫無描述
97
提交歷史
1
分支列表
0
版本發佈
目錄樹:
a310c289c6
分支列表
標籤列表
master
FLEX
HTTPS
ZIP
TAR.GZ
Ryan Olson
a310c289c6
Add LICENSE
12 年之前
Classes
46c5929bd5
Use runtime functions over NSObject methods for safety with non-NSObject classes.
12 年之前
.gitignore
395752d3d1
Add README and .gitignore
12 年之前
LICENSE
a310c289c6
Add LICENSE
12 年之前
README.md
c8581092d1
Update README with completed tasks.
12 年之前
README.md
FLEX
TODO:
Must haves:
README
Note only supported back to iOS 6
Usage & feature explanations
Exception breakpoint note
Notes on unsupported: Classes that don't inherit from NSObject. Unions. Packed structs. C array arguments. Etc.
Note that heap objects may have some false positives
Thanks/credits section
Blog post
Cleanup and comments
License
CocoaPods
Nice to haves:
Search bar filtering in file browser
Sorting by file size in file browser
File browser: try to parse binary files as plists or keyed archives even if they lack the extension?
Demo app
Support setting mutable array/dictionary properties
Mutable collection editing
Drill in from class explorer to properties, ivars, and methods for full names and attributes ("call/set" disabled/hidden)
Community feature ideas
Swift runtime introspection (swift classes, swift objects on the heap, etc.)
Layer hierarchy support
Consider a custom data approach that allows users to prioritize their own relevant information.
Keyboard shortcuts (that don't interfere with existing keyboard shortcuts)
Add new NSUserDefault key/value pair on the fly