views:

11

answers:

1

If you add a custom view to a xib, then add a textfield, you can select the textfield and edit properties.

If I create a custom view as a plugin and it has a textfield as a child view, how do I edit the values of the textfield at design time when using the plugin?

A: 

- (NSArray *)ibDefaultChildren;

joels