search

Home  >  Q&A  >  body text

objective-c - iOS开发滚动图片,自动滚动和手动滚动时图片尺寸不一样,怎么回事

运行滚动图片的时候,自动滚动的尺寸是对的,如下图

但是当你手动滚动时就是这样了

怪我咯怪我咯2771 days ago606

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 17:19:55

    If the NSTimer is used for automatic scrolling, the runloopMode is different from the runloopMode for manual scrolling. Check to see if there are different settings

    Change the automaticallyAdjustsScrollViewInsets of the current ViewController and try setting this property to NO

    reply
    0
  • Cancelreply