我與pagingEnabled的的UIScrollView設置爲YES,並以編程方式滾動其內容底部:的UIScrollView:單一的水龍頭滾動其頂部
CGPoint contentOffset = scrollView.contentOffset;
contentOffset.y = scrollView.contentSize.height - scrollView.frame.size.height;
[scrollView setContentOffset:contentOffset animated:YES];
它成功地滾動,但在此之後,在單一的水龍頭其內容滾動直到抵消它在滾動之前。只有當我programmaticaly滾動scrollView的內容到底部,然後點擊。當我滾動到任何其他偏移然後點擊時,什麼也沒有發生。
這絕對不是我想要的。這應該如何解決?
非常感謝提前!
帖木兒。
謝謝,所以我發佈了以下幫助我的解決方法。 – indexless 2010-12-20 16:23:53