当我双击任何 BarButtonItem
时,我想滚动到顶部。
我在 stackOverflow 上看到了很多答案,但没有一个对我有用。
也许我用错了?我将代码放在 AppDelegate
或 TableViewControllers
我想专门添加此功能的哪里?
无论如何,我正在使用 Swift 2.3 和 Xcode 8,很想得到一些帮助。
谢谢。
你知道 scrollsToTop
吗?我认为这是你需要的。 iOS SDK 中与 UIScrollView
中的 scrollsToTop
属性相关的说明:
When the user taps the status bar, the scroll view beneath the touch which is closest to the status bar will be scrolled to top, but only if its
scrollsToTop
property is YES, its delegate does not return NO fromshouldScrollViewScrollToTop
, and it is not already at the top. // On iPhone, we execute this gesture only if there's one on-screen scroll view withscrollsToTop
== YES. If more than one is found, none will be scrolled.
关于ios - 双击栏按钮项目滚动到顶部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40958398/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |