我在我的view2的一個滾動視圖,當我打開視圖2,我想在滾動x軸滾動視圖內容我想這一個的擊打不是me..please幫助自動滾動滾動視圖?
self.scrollView.scrollEnabled = NO;
CGFloat scrollHeight = 100;
[UIView animateWithDuration:10
delay:0
options:UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction
animations:^{
self.scrollView.contentOffset = CGPointMake(0, scrollHeight);
}
completion:nil];
你試圖滾動到一個特定的位置,還是你想動畫滾動到特定位置? – WYS 2013-04-23 11:55:22
沒有我的圖像視圖顯示圖像,當我滾動手動,所以我想要一個自動滾動的x方向,所以它automaticall顯示圖像 – Naveen 2013-04-23 11:57:20