How do I set up a proxy object in the main application NIB?

Posted by zoul on Stack Overflow See other posts from Stack Overflow or by zoul
Published on 2010-01-25T19:36:06Z Indexed on 2010/04/01 7:53 UTC
Read the original article Hit count: 227

Hello! I would like to set up a proxy object in the application NIB file. The problem is that the NIB file is the main application NIB that gets loaded automatically by the application and therefore I cannot set up the UINibProxiedObjectsKey dictionary as described in the documentation. Is there a way to set up a proxy object in the main application NIB? Or can I tap into the code that loads the main application NIB?

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about interface-builder