ios - Leveled UITableView without NavigationController -
i have data structured tree (and showed in uitableview) , show way done using uinavigationcontroller
, pushing child views on stack. problem uitableview
(in ipad app) takes 1/6 of screen (there uinavigationcontroller
handles other fullscreen ipad
screens in app, using navigationcontroller
control levels of table way).
is there simple way visual effect of changing levels of tableview
without using navigationcontroller
? right change data source , reload data, flicker on screen (the user can't see, structure of data tree-like).
i thought of creating few tableviews
, animating resize (from full width 0 tableview leaving, , 0 width @ same time of one) of table make segue effect - not sure if approach.
you can use reloadsections:withrowanimation:
uitableviewrowanimationleft
, uitableviewrowanimationright
instead of default reloaddata
. push looking for.
Comments
Post a Comment