objective-c - iOS开发滚动图片,自动滚动和手动滚动时图片尺寸不一样,怎么回事
怪我咯
怪我咯 2017-04-17 17:17:55
0
1
604

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

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

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
洪涛

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template