我有一些自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)
任何人都可以帮我修复它,所以在我的项目中不会有任何弃用的功能.
提前致谢
仍然无法弄清楚我做错了什么.只是试图用里面的导航控制器获得模态视图.
这是我的项目 http://www.matthewpateman.com/New.zip
谁能告诉我我做错了什么?我希望"ShopModalView.xib"能够在导航控制器中弹出,但它只是在空白页面上进行了...