Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xcode 4.5 にアップグレードした後、dismissViewControllerAnimated が非推奨であるという警告が表示されました。コードを、推奨される rejectViewControllerAnimated:completion: に変更すると、dismissViewControllerAnimated:completion: が見つからないという警告が表示されます。理由はありますか?
Cut and paste error.
The problem was that I left Modal in the call when I replaced it with dismissModalViewControllerAnimated:completed: instead of dismissViewControllerAnimated:completed: