Yesterday, I tweeted a classical design issue on who should own a view controller.
Mugunth Kumar ()@mugunthkumar
The controller that presents a modal controller should dismiss it. Don't do [self dismissModalViewControllerAnimated:NO] in the child.
25 Feb 12 ReplyRetweetFavorite
Mugunth Kumar ()@mugunthkumar
Calling [self dismissModalViewControllerAnimated:NO] on child is like committing seppuku. A child shouldn't kill itself.
25 Feb 12 ReplyRetweetFavorite
The negative replies I received to the tweet were phenomenal that I had to write this post explaining the “why” behind the tweet.
Your new post is loading...