I have searched my entire Mac for ibplugin
to find the QTKit IBPlugin, but I also came accros a plugin which adds AFAssistantPane
to IB. I did a Google-search but Google has no results for it. So, does anyone know how I can use this AF开发者_运维问答AssistantPane
?
alt text http://img59.imageshack.us/img59/7963/schermafbeelding2010052.png
Thanks
Update: I noted that this is in a private framework (that's why it is not documented). Update: The framework doesn't include header files. Must I hack it and recreate the header files?
There is a command line utility for exploration of private frameworks called class-dump
. You can google for it. Here's the first result that came up for me: Dumping the iPhone 2.2 Frameworks.
精彩评论