美文网首页
scrollview嵌套触发scrollsToTop

scrollview嵌套触发scrollsToTop

作者: caiwenshu | 来源:发表于2015-07-06 19:39 被阅读551次
    On iPhone, we execute this gesture only if there’s one on-screen scroll view with 
    
    scrollsToTop == YES. If more than one is found, none will be scrolled.
    
    IOS 下 UITableView/UIScrollView 有个特性:点击状态栏回到顶部。
    
    如果当前 view 下有多个 scrollView 嵌套,
    
    点击回到顶部就无效,因为系统不知道该响应哪个,索性就全部禁用.
    

    fixed : 当前显示哪个ScrollView,哪个的scrollsToTop就设置为YES,其余的设置为NO;

    相关文章

      网友评论

          本文标题:scrollview嵌套触发scrollsToTop

          本文链接:https://www.haomeiwen.com/subject/xjvyqttx.html