iphone - Changing UIImage when device orientation change -


How can I change the background image whenever the device orientation changes?

your UIViewController's willAnimateRotationToInterfaceOrientation: Duration: Change the image in the method.

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? -