Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
lechium
/
FLEX
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Ingen beskrivning
24
Incheckningar
1
Branches
0
Släpp
Träd:
afba8f3e48
Grenar
Taggar
master
FLEX
HTTPS
ZIP
TAR.GZ
Ryan Olson
afba8f3e48
Gracefully handle the case where we try to drill into a row in the object explorer but can’t get a view controller.
12 år sedan
Classes
afba8f3e48
Gracefully handle the case where we try to drill into a row in the object explorer but can’t get a view controller.
12 år sedan
Image Originals
1744de4140
Initial import of files.
12 år sedan
.gitignore
395752d3d1
Add README and .gitignore
12 år sedan
README.md
62045a52ce
Remove completed TODOs from README.
12 år sedan
README.md
FLEX
TODO:
README
Note only supported back to iOS 6
Usage & feature explanations
Exception breakpoint note
Access live instances from the class explorer
Better status bar managerment on iOS 7 (especially if not using view controller based status bar management)
Special CGRect editor
Special frame editor for views
Quick link to view controller from view if it has one
Switch for BOOL properties/ivars
Search bar in system libraries VC
Custom explorer for views that calls drawViewHierarchyInRect:/renderInContext: to show an image preview of the view.
Custom explorer for UIImages that shows the image in an imageView
Support setting mutable array/dictionary properties
Mutable collection editing
Feedback toast for when methods that return nil or void are called successfully
Alert when there's an error in calling a method
Consider different custom data approach that allows users to show their own relevant information.
Drill in from class explorer to properties, ivars, and methods for full names and attributes ("call/set" disabled)
Keyboard shortcuts that don't interfere with existing keyboard shortcuts
Trigger scroll to top from taps on the nav bar title for modals with the status bar hidden
Swift runtime introspection (swift classes, swift objects on the heap, etc.)
Layer hierarchy support?