Xcode 4.3.3, ios 5.1, using ARC. Nearly done with my first app, had a few questions
1) I was wondering if it was bad style to not use storyboard and to not drag in my view objects. If i did everything in viewDidLoad, is that bad for any reasons?
2) Also, I finished my app and made no changes to The AppDelegate class... is that unusual? Is there some stuff I'm missing and should account for?
Thanks!
