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

前端 未结 4 1431
傲寒
傲寒 2021-02-19 21:15

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:01

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

提交回复
热议问题