【发布时间】:2014-03-29 20:07:17
【问题描述】:
我的应用中有 UIScrollView 并启用了垂直反弹。我需要在屏幕底部反弹,但在屏幕顶部没有启用。
我不知道如何使用以下方法检测滚动视图:
(void)scrollViewWillBeginDragging:(UIScrollView *)scrollView {
// no bounce if scrollView has reached the top of the screen ??
}
【问题讨论】: