gpt4 book ai didi

iphone - scrollViewDidEndScrollingAnimation 没有被调用

转载 作者:可可西里 更新时间:2023-11-01 17:10:03 25 4
gpt4 key购买 nike

我有一个简单的 UIScrollView 和一个 UIPager,每当我滚动 ScrollView 时,我想更改我的寻呼机,但由于某种原因 (void)scrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView 没有被打电话。

我的代表正在工作,因为 (void)scrollViewDidScroll:(UIScrollView *)scrollView 正常工作,我是不是忘记了什么?

或者有没有其他方法可以在 ScrollView 滚动时更改 UIPager

最佳答案

http://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UIScrollViewDelegate_Protocol/Reference/UIScrollViewDelegate.html

The scroll view calls this method at the end of its implementations ofthe UIScrollView and setContentOffset:animated: andscrollRectToVisible:animated: methods, but only if animations arerequested.

以下两种方法调用才会起作用。必须是动画值是 YES

[myScrollView setContentOffset:<#(CGPoint)#> animated:YES];
[myScrollView scrollRectToVisible:<#(CGRect)#> animated:YES];

关于iphone - scrollViewDidEndScrollingAnimation 没有被调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11980534/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com