tags:

views:

21

answers:

1

Hello everyone

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

A: 

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.

Jim