Possible mixing of page based and hierarchical structure in watchkit -


the apple watch programming guide points can not mix page based views , hierarchical structure, not sure if navigation scheme fall in mixing.

the structure trying accomplish initial page based navigation. then, once tap page, navigate sub page based navigation.

the structure shown here: user interface structure

you correct you're not allowed mix page-based , hierarchical view structures in watchkit, unless present second style modally.

so, in case, you'd want use modal segue or call presentcontrollerwithnames:contexts: on wkinterfacecontroller 1 present 1a, 1b, , 1c. you'd same thing 2 2a, 2b, , 2c.

the reason can't use push (hierarchical) segue 1 1a because page-based transition 1 1a moves left-to-right on screen, , push segue 1 2, breaking user's mental model pages located.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Blogger related post gadget image Resize s72-c [ Need Expert Help ] -