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.

reference: http://developer.apple.com/library/ios/documentation/uikit/reference/uitableview_class/reference/reference.html#//apple_ref/occ/instm/uitableview/reloadsections:withrowanimation:


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -