My iPad app is freezing at this line of code:
self.view.frame = [[UIScreen mainScreen] applicationFrame];
There are no errors, warnings and the app doesn't crash, it just freezes. This is obviously standard code and I use the same line in a very similar view controller with no problems.
Any ideas?