Browse Source

Update README

Ryan Olson 12 years ago
parent
commit
f57c678408
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -1,7 +1,6 @@
 # FLEX
 # FLEX
 
 
 ## TODO:
 ## TODO:
-- File system browser
 - README
 - README
  - Note only supported back to iOS 6
  - Note only supported back to iOS 6
  - Usage & feature explanations
  - Usage & feature explanations
@@ -21,8 +20,8 @@
 - Mutable collection editing
 - Mutable collection editing
 - Feedback toast for when methods that return nil or void are called successfully
 - Feedback toast for when methods that return nil or void are called successfully
 - Alert when there's an error in calling a method
 - Alert when there's an error in calling a method
-- Consider different custom data approach (protocol?)
-- Drill in from class explorer to properties, ivars, and methods for full names and attributes
+- 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
 - 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
 - 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.)
 - Swift runtime introspection (swift classes, swift objects on the heap, etc.)