Просмотр исходного кода

Keep the view explorer’s shortcutPropertyNames internal for now.

We’re going to provide defaults internally for UIView and some commonly used UIView subclasses in UIKit. At some point we might consider a way to let users of the library customize the shortcut property list for their own classes. We might also consider moving this functionality out of the view explorer and up into the object explorer.
Ryan Olson лет назад: 12
Родитель
Сommit
e557f726e3
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      Classes/Object Explorers/FLEXViewExplorerViewController.h

+ 0 - 4
Classes/Object Explorers/FLEXViewExplorerViewController.h

@@ -10,8 +10,4 @@
 
 @interface FLEXViewExplorerViewController : FLEXObjectExplorerViewController
 
-/// Array of NSStrings that match property names on the view we're exploring.
-/// Subclasses can override to modify or append properties that should show up in the custom "shortcuts" section.
-- (NSArray *)shortcutPropertyNames;
-
 @end