Airfly Pan
Results
2
comments of
Airfly Pan
I change domPrefixes to following in js file, and temporarily works for IE 10: domPrefixes = ['Webkit','Moz','O','Ms','-webkit','-moz','-o','-ms','-webkit-','-moz-','-o-','-ms-',''];
[self.scrollView setContentOffset:CGPointMake(self.scrollView.contentOffset.x, 0) animated:YES]; //in onAnimationTimer() if your view controller has navigation bar & in iOS 7, when tableview is 100% size of the view controller's frame, need to replace...