Przeglądaj źródła

Update README todos

Ryan Olson 12 lat temu
rodzic
commit
f534a98485
1 zmienionych plików z 5 dodań i 6 usunięć
  1. 5 6
      README.md

+ 5 - 6
README.md

@@ -7,15 +7,13 @@
  - Note only supported back to iOS 6
  - Note only supported back to iOS 6
  - Usage & feature explanations
  - Usage & feature explanations
  - Exception breakpoint note
  - Exception breakpoint note
-- Wrap NSGetSizeAndAlignment with try/catch
-- Access live instances from the class explorer
-- Quick access to alloc/new from class explorer
-- Inheritance chain section in object explorer
-- Better status bar managerment on iOS 7 (especially if not using view controller based status bar management)
+ - 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
 - Method calling feedback toast when methods that return nil or void are called successfully
 - Method calling feedback toast when methods that return nil or void are called successfully
 - Alert when method calling fails
 - Alert when method calling fails
-- Trigger scroll to top from taps on the nav bar title for modals with the status bar hidden
 - Add more common fields to custom view object explorer.
 - Add more common fields to custom view object explorer.
+- Considder a custom UILabel explorer that extends the UIView explorer
 - Blog post
 - Blog post
 - Cleanup and comments
 - Cleanup and comments
 
 
@@ -27,6 +25,7 @@
 - Demo app
 - Demo app
 - File browser: try to parse binary files as plists even if they lack the .plist extension
 - File browser: try to parse binary files as plists even if they lack the .plist extension
 - UIColor argument input view
 - UIColor argument input view
+- View hierarchy 3D perspective
 
 
 ### Community feature ideas
 ### Community feature ideas
 - Swift runtime introspection (swift classes, swift objects on the heap, etc.)
 - Swift runtime introspection (swift classes, swift objects on the heap, etc.)