iphone - Orientation portrait and landscape mode -


I have 2 large logo images are fine in landscape mode when I turn into portrait mode, my images on each other Are they too big for IB alignment Can I set different views for each orientation? Or how can I fix this problem?

Update in response to the newsletter. Do not use shouldAutorotateToInterfaceOrientation This method is for some more.

Your methods:

  - (minus) WillRotateToInterfaceOrientation: (UIInterfaceOrientation) interfaces period: (NSTimeInterval) period - didRotateFromInterfaceOrientation (zero): (from UIInterfaceOrientation) interface orientation   

The first is called before the rotation and the second interface is said only after the orientation.

You should change the view of the UIViewController here or you can change the images here for different tilt here.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -