Reputation: 761
I currently have an XCode project that uses XIBs and would like to start using Storyboards. Is there a good way to move my XIB files into the Storyboard?
Upvotes: 13
Views: 17644
Reputation: 213
You can do this manually one view controller at a time.
Upvotes: 1