diff options
author | Matt Holgate <matt@emobix.co.uk> | 2014-07-16 18:33:25 +0100 |
---|---|---|
committer | Matt Holgate <matt@emobix.co.uk> | 2014-07-16 18:33:25 +0100 |
commit | 5c85915b5829d16129ee00f3eaba8ad0af2be552 (patch) | |
tree | a610f83fab477fb3a911e7b84378e40ff8eac858 /platform/ios/Classes/MuAnnotSelectView.m | |
parent | 6483930539da2a48c37da7b508f05d71fc2c2d56 (diff) | |
download | mupdf-5c85915b5829d16129ee00f3eaba8ad0af2be552.tar.xz |
Fix page changing when rotating the device.
A bug in UIKit means our 'scrollViewDidScroll' method is called during
screen rotation. This ended up corrupting our current page number because
the width of the screen had changed at this point, but the pages hadn't
yet been resized/repositioned (I assume).
The workaround is to ignore calls to scrollViewDidScroll during rotation.
Diffstat (limited to 'platform/ios/Classes/MuAnnotSelectView.m')
0 files changed, 0 insertions, 0 deletions