Ryan Olson лет назад: 12
Родитель
Сommit
f57c678408
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -1,7 +1,6 @@
 # FLEX
 
 ## TODO:
-- File system browser
 - README
  - Note only supported back to iOS 6
  - Usage & feature explanations
@@ -21,8 +20,8 @@
 - 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 (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
 - 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.)