2014-08-27 74 views
0

我有的UIScrollViewpagingEnabled設置爲YES,並以編程滾動其內容偏移到用戶敲擊使用以下代碼中的特定點:的UIScrollView滾動到頂部時尋呼是Enabled

[self.scrollView setContentOffset: CGPointMake(x, y) animated: NO]; 

它成功滾動到這一點(x,y),但現在如果我單擊一次,它的內容將滾動到頂部。 當頁面禁用時,它不會滾動到頂部,但我需要啓用頁面調度。 是否有人知道如何解決?如果它是一個水龍頭返回NO,否則返回YES類的otherGestureRecognizer

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer 
    shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer 

檢查:

回答

0

嘗試使用此功能。