开发者

Custom property that need to reflect in NIB/XIB

开发者 https://www.devze.com 2023-02-28 18:52 出处:网络
I am creating a custom class of UITableView with various property and enum such as CustomTableStyle (Table View Style property) and UITableViewGrouped1,UITableViewGroup2(both are custom style enum).

I am creating a custom class of UITableView with various property and enum such as CustomTableStyle (Table View Style property) and UITableViewGrouped1,UITableViewGroup2(both are custom style enum).

Now i want that when i assign this class 开发者_JAVA技巧in nib under (Table View Identity - Class) then i want that the custom property must be reflected under Table View Attribute.

if it is possible then under Table View Attribute Section there will an attribute named "CustomTableStyle" and when i select it i will get option UITableViewGrouped1,UITableViewGroup2.

IS this possible?


No, it isn't. Interface Builder has never supported IB plugins for custom classes for iOS (and now in Xcode 4, it doesn't support them for OS X, neither). You will have to set these custom properties in code.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号