iPhone SDK - How to scroll a UITableView programmatically with animation?

前端 未结 4 1545
旧巷少年郎
旧巷少年郎 2021-02-19 21:48

How would I scroll a UITableView to a specific position with an animation?

Currently I\'m using this code to jump to a position:

 //tableController ->         


        
4条回答
  •  我寻月下人不归
    2021-02-19 22:16

    I know it's maybe too late, but maybe it is help to others, now you can scroll a table just with [tableView scrollsToTop].

提交回复
热议问题