animate ScrollView to a certain position


/ Published in: Objective C
Save to your folder(s)

This line of code animate the UIScrollView to a certain page perfectly


Copy this code and paste it in your HTML
  1. [scrollView setContentOffset:CGPointMake(xOffset, 0) animated:YES];

Report this snippet


Comments


You need to login to view comments.