Uinavigationcontroller concept and modal view switching in the stack

Source: Internet
Author: User

Modal View toggles the next view method: "Self presentviewcontroller:<# (Uiviewcontroller *) #> animated:<# (BOOL) #> completion: <#^ (void) completion#> "The first parameter in the view to switch, whether to use animation on the second parameter table, the third parameter is a code block, generally set to nil;

Modal view returns the method for the previous view: [Self dismissviewcontrolleranimated:yes completion:nil]; The first parameter is whether the table uses a toggle animation effect, and a block of code on the second parameter table.

Uinavigationcontroller in the Stack method: [Self.navigationcontroller pushviewcontroller:<# (Uiviewcontroller *) #> animated:<# (BOOL) #>]; the first parameter table to switch to the view that is pressed into the stack, the second parameter indicates whether there is a toggle animation effect.

Uinavigationcontroller method of the stack: [Self.navigationcontroller popviewcontrolleranimated:yes]; Only one parameter table indicates whether animations are used.

The modal view is switched up and down, and the Uinavigationcontroller is left and right.

Uinavigationcontroller concept and modal view switching in the stack

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.