Reputation: 353
I have a framework which has storyboard and xib files. How do I make the storyboards within the framework customizable? i.e. people using my framework should be able to modify the storyboards to customize the look & feel.
When I imported my framework in another app project in XCode, I did not see the storyboard files within my framework. How to make them visible & editable?
Is it even advisable to use framework in this case or should I go with static library+resource bundles combination?
Upvotes: 0
Views: 291
Reputation: 353
I finally did this,
Upvotes: 1