scrollView中放满button,无法滑动

来源:互联网 发布:淘宝店铺三钻多少分 编辑:程序博客网 时间:2024/06/10 22:28

Returns whether to cancel touches related to the content subview and start dragging.


- (BOOL)touchesShouldCancelInContentView:(UIView *)view
{
    return YES;
}

0 0