UIScrollView scrollsToTop Property

UIScrollView scrollsToTop Property
A Boolean value that controls whether the scroll-to-top gesture is enabled.


Declaration
SWIFT
var scrollsToTop: Bool
OBJECTIVE-C
@property(nonatomic) BOOL scrollsToTop

Discussion
The scroll-to-top gesture is a tap on the status bar. When a user makes this gesture, the system asks the scroll view closest to the status bar to scroll to the top. If that scroll view has scrollsToTop set to NO, its delegate returns NO from scrollViewShouldScrollToTop:, or the content is already at the top, nothing happens.

After the scroll view scrolls to the top of the content view, it sends the delegate a scrollViewDidScrollToTop:message.

The default value of scrollsToTop is YES. 

Special Considerations
On iPhone, the scroll-to-top gesture has no effect if there is more than one scroll view on-screen that has scrollsToTop set to YES.

Availability
Available in iOS 2.0 and later.

如果屏幕上有一个以上的 scroll view的 scrollsToTop属性为 YES,则滚动到顶部的手势无效。
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值