On Mar 23, 2014, at 8:09 AM, Devarshi Kulshreshtha
wrote:
> While creating the framework, I included all xibs, including
> ViewControllerWithinFramework.xib within its 'Copy Bundle Resources'
> build phase.
>
> Now my problem is when I try to integrate that framework within other
> project, it
I am trying to make a universal framework for iOS by following steps
specified in this URL:
http://blog.db-in.com/universal-framework-for-ios/
I have a view controller class within that framework which internally
loads a xib file.
Below is a part of code which shows how I am initializing that view