소스 검색

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