How to edit subviews of a custom cocoa plugin -


If you add a custom view to an xib, add a text field, you can select the textfield and add properties Can edit

If I am creating a custom view as a plugin and it has a text file as a child view, how can I edit textfield values ​​when I use the plugin?


Comments