相关疑难解决方法(0)

很多功能都被弃用了 - iOs 6

我有一些自iOs 6以来被弃用的功能.也许这对于刚刚更新到iOs 6的其他人也会有所帮助.

    [self presentModalViewController:pNewController animated:YES];
 presentModalViewController:animated is deprecated since iOs 6

 Autosynthesized property 'String' will use synthesized instance variable '_String', not existing instance variable 'String'

Autosynthesized property 'phonenumber' will use synthesized instance variable '_phonenumber', not existing instance variable 'phonenumber'


 Deprecated: Group Table View Background Color is deprecated in iOS 6.0.
Run Code Online (Sandbox Code Playgroud)

任何人都可以帮我修复它,所以在我的项目中不会有任何弃用的功能.

提前致谢

objective-c deprecated ios ios6

33
推荐指数
2
解决办法
4万
查看次数

带导航控制器的模态视图

仍然无法弄清楚我做错了什么.只是试图用里面的导航控制器获得模态视图.

这是我的项目 http://www.matthewpateman.com/New.zip

谁能告诉我我做错了什么?我希望"ShopModalView.xib"能够在导航控制器中弹出,但它只是在空白页面上进行了...

iphone uinavigationcontroller ios

14
推荐指数
3
解决办法
3万
查看次数