Shimen the main contribution, respect the work of the author, please do not reprint.
If the article is helpful to you, you are welcome to donate to the author, support the Shimen, donate the amount at random, ^_^
I want to donate: Click Donate
Cocos2d-x source Download: Dot I teleport
Concept:deprecated deprecated . Indicates that it has not been recommended and may be canceled at any time, and it is recommended that new alternatives be used.
"Modalviewcontroller" property is Deprecated:first deprecated in IOS 6.0
and using
Presentedviewcontroller
"dismissmodalviewcontrolleranimated" is Deprecated:first deprecated in IOS 6.0
and using
dismissviewcontrolleranimated:(BOOL) completion:^ (void) Completion
such as: [Self dismissviewcontrolleranimated:yes completion:nil];
"presentmodalviewcontroller:animated:" is Deprecated:first deprecated in IOS 6.0
and using
Presentviewcontroller:(Uiviewcontroller *) Animated: (BOOL) completion:^ (void) Completion
such as: [Self.viewcontroller presentviewcontroller:controller animated:yes Completion:nil];
"automaticallyforwardappearanceandrotationmethodstochildviewcontrollers" is Deprecated:first Deprecated in IOS 6.0
and using
Shouldautomaticallyforwardrotationmethods and shouldautomaticallyforwardappearancemethods
"shouldautorotatetointerfaceorientation:" is Deprecated:first deprecated in IOS 6.0
and using
Overloaded supportedinterfaceorientations and preferredinterfaceorientationforpresentation methods
"viewdidunload" and "viewwillunload" are never called in iOS 6.0.
Shimen the main contribution, respect the work of the author, please do not reprint.
If the article is helpful to you, you are welcome to donate to the author, support the Shimen, donate the amount at random, ^_^
I want to donate: Click Donate
Cocos2d-x source Download: Dot I teleport
Some methods of Uiviewcontroller deprecated in IOS 6.0