Преглед изворни кода

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 година
родитељ
комит
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