Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode & iOS - Create Plugins?

Is it possible to create custom UIViews that can be used as plugins on interface builder? So I can drag and drop them on interface bulder and see how the actual view looks like without havig to run the code to see the view.

like image 986
aryaxt Avatar asked Jul 26 '11 18:07

aryaxt


2 Answers

It was possible to create plugins for older versions of Interface Builder, but I don't believe it's currently possible in Xcode 4. If you'd like that feature, the best thing to do is to file a bug report with Apple asking for it.

like image 60
Caleb Avatar answered Sep 26 '22 20:09

Caleb


No, Interface Plug-ins is not yet supported by Xcode 4, never was for iOS on older Xcode 3.x.

File a feature request at http://bugreport.apple.com to put more pressure on this issue.

like image 40
PeyloW Avatar answered Sep 23 '22 20:09

PeyloW