ios - What's Apple's Guideline on when to use modal vs pushed view controller? -


apple's guideline on when use modal vs pushed view controller upon tapping table view cell seems confusing.

take settings->twitter example. if tap add account cell, view pushed in sign in. if click on existing account, modal view shown instead. in other places in settings, pushed view used instead. in contacts' edit mode, modal used instead. can't find common pattern on when use which.

what's apple's guideline on when use modal vs pushed view controller when tapping table view cell?


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -