Automatic orientation support for iPhone and iPad

http://developer.apple.com/library/ios/#qa/qa1588/_index.html#//apple_ref/doc/uid/DTS40009983


provide launch images,
update your Info.plist settings,
and implement the -shouldAutorotateToInterfaceOrientation: method.

1、提供所需的图像
2、修改配置文件Info.plist
3、重置方法 -shouldAutorotateToInterfaceOrientation: method.

你可能感兴趣的:(ORIENTATION)