UIButton 在UIScrollView里面 点击效果不明显的问题

self.scrollView.delaysContentTouches = NO;

-(BOOL)touchesShouldCancelInContentView

{

  return YES;

}

posted on 2016-04-20 09:23  景树园  阅读(528)  评论(0编辑  收藏  举报

导航