ios - Apple Watch App - Mix approach of Page based application and Hierarchical application -
is there way add horizontal scrolling/pages inside hierarchical watchkit app. or navigate controllers inside page-based application. (hybrid approach of hierarchical , page based application)
i want show screens in horizontal paging, use can navigate inside further screens/controllers page.
as can not push controller in page based application, nor can show horizontal pages in hierarchical watchkit app. there way use hybrid approach?
my target show horizontal paging user @ start of application , user can navigate hierarchy of page.
p.s: i've implemented hierarchical , page-based applications separately, looking hybrid solution. 1 option make page-based application, , present hierarchical interface modally. there limitation can not navigate further. (let's assume there 10 pages, , in each page user can navigate upto 3 levels hierarchy)
any suggestion appreciated.
thanks.
according wwdc 2015 session videos, not make such hybrid interface.
imagine have hierarchical 1 2 buttons. clicking on first button opens view containing page-based navigation. work, if want scroll between pages page previous one, gesture returning hierarchical view (scrolling left side), have disorganization here.
in other hand, if include buttons in page view controller, user expect return first page when returning way. when returns first page, again may thinks must return again , there disorganization here between returning way , scrolling toward page.
if need implement feature in app, can make page view navigation dragging views each other while pressing control key, , add buttons. control-drag buttons destination view controllers, or can implement hierarchical 1 , control-drag destinations together.
see wwdc 2015 session videos more that. can found in developer.apple.com/wwdc.
Comments
Post a Comment