J'ai quelques fonctions qui sont obsolètes depuis iOs 6. Cela sera peut-être utile pour les autres utilisateurs qui viennent également de mettre à jour 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.
Quelqu'un pourrait-il m'aider à résoudre ce problème afin d'éviter toute fonction obsolète dans mon projet.
Merci d'avance