Tagged Questions
11
votes
1answer
7k views
.h and .m files for view controllers added within storyboard xcode 4
I've created the flow of my application with storyboard. It's a navigation based storyboard layout with a few stacks of views. Where can I create .h and .m files to actually make the app DO things? ...