I am converting my app to ios6 but i am getting rotation problems. Can some one help me which methods will be called when we rotate device
相关问题
- CoreBluetooth - Can connectPeripheral be called mu
- Scroll view scrolling up & down on button click [d
- iOS 6 facebook sdk 3.1.1 login error
- ios6 Rotation issue from landscape to portrait mod
- Syncing Database (sqlite) from WebService(Json/XML
相关文章
- XCode 4.5 giving me “SenTestingKit/SenTestKit.h” f
- UIActivity with no settings for Facebook
- NSAttributedString '\\n' ignored
- I have a UICollectionView and i want to show an im
- Passing parameter to WCF function using Objective
- iOS BLE - How to keep app active in the background
- ZxingWidget archive error on ios6.0
- Getting the error :pointer being freed was not all
- (BOOL) shouldAutorotate
-(NSUInteger)supportedInterfaceOrientations
These are the new functions added to iOS 6.
These are the new methods in ios 6 where you can set the frames as per the orientation. Hope it will useful to you.
better go with this , the above method will call every time when you change the orientation of the device.
Handle the rotation with these methods
If some-view in rotating and you don't want such as UIImagePickerController just make a child class and override first method.