简体   繁体   中英

move UITableView items from left to right

I hope to move UITableView tiems fromn left to right and reload a new table array. I know it can done by navigationcontroller. But if there is a way without navigationcontroller.

Thanks intterdev

Yes you can achieve same functionality by writing your custom animation code with two separate view controllers.

Load UITableView on one view controller and implement detail view in other view controller.

Now write your custom animation code for these two view controller.

Thanks,
Jim.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM