views:

137

answers:

1

After my table view has loaded, I need it to scroll to the 12th row.

How can I do this in the ViewDidAppear ?

(In MonoTouch)

+1  A: 

Repeat: http://stackoverflow.com/questions/413055/setting-scroll-position-in-uitableview

Andrew Johnson
in MonoTouch I forgot to add
BahaiResearch.com