Does anyone know where I can find an example or a tutorial of building a Cocoa Touch plug-in for Interface Builder?
views:
634answers:
2
+1
A:
Unfortunately, you can't make Cocoa Touch IB plugins. There's no support for making Cocoa Touch frameworks and this is needed for making an IB plugin.
Mike Akers
2009-01-05 20:07:54
It ain't that I don't believe you, but is there any "official" notification on this? I need to tell a client that it is not possible (even if there is no documentation at all). For what I see UIView lack of the methods that NSView has on the category IBViewIntegration. Do you think this is proof enough? thanks!
TehJabbit
2010-03-02 18:32:20
A:
This feature does not seem to appear on XCode 4 beta neither... It's kind of disappointing...
Dirty Henry
2010-09-01 15:55:43