I've just gotten too frustrated with interface builder and I'm trying to create my view controllers in code. I've managed to setup the window and create a navigation controller and add it as the root view controller...
I'm not quite sure where I should start adding buttons and setting their targets...
Should I put the code for doing that in my subclasses of UIViewController or would somewhere else be better?
Also once I've done that... What is the best place to put auto-layout constraints?
Any help would be appreciated.