开发者

move UITableView items from left to right

I hope to move UITableView tiem开发者_如何学JAVAs 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜