I have an application that uses open source PSStackedView to implement an interface similar to a tweeter. The application works fine on the simulator, but when I run it on the device, as soon as I try to add the view controller to the stack, the application crashes and selects viewController.view.height = [self screenHeight];
this line as Thread 1: breakpoint 1.1
Then the application just freezes on the device. I tried to debug with zombies turned on, but nothing shows problems.
I am sick of this, because I finally understood everything on the device, I invested so much time in this application! Any advice would be greatly appreciated.
user1260375
source share