Forráskód Böngészése

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 éve
szülő
commit
e557f726e3

+ 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