24setContentOffset does not like pagingEnabled
pagingEnabled should be set to NO, BEFORE attempting to change the offset with setContentOffset:point animated:NO.
if the order is reversed, strange results. would only work when animated:YES
pagingEnabled should be set to NO, BEFORE attempting to change the offset with setContentOffset:point animated:NO.
if the order is reversed, strange results. would only work when animated:YES
ScrollOffset and PagingEnabled seem to be linked. Try setting pE to NO before offsetting.