I have a problem with the frame-property in iOS 7. I wanna resize some UIViews in the viewDidLoad-method of my UIViewController, but if I do it lik
viewDidLoad
UIViewController
Check if you are using autolayout in your xib file. If you don't want to use autolayout, uncheck it in your xib file.
autolayout
Change your self.leftSideTableView frame in -viewWillAppear:.
self.leftSideTableView
-viewWillAppear: