ソースを参照

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