What can be the differences between a ViewController and a ModalViewController ios iPhone ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
closed as off topic by ACB, Mehul, Frank, Mr. Alien, Meff Dec 24 '12 at 11:55
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
There is no such class ModalViewController, Modal is just a way you present your UIViewController.
Or present it in the modal way:
Apple suggest to use the way with the "completion" block.
|
|||||||||
|
|
When we push one class from another class using modal way then the controller known as modalviewcontroller & when we simply call a controller by push method then its simply known as viewcontroller. |
|||
|
|
