You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if portrait cell width is as twice as landscape, rotating the screen, grid will show wrong cell, this because the pageX is wrong. the contentsize is changed, the contentoffset is still the same value, so the pageX will be wrong. the contentoffset should be saved before the contentsize is changed. or keep the pagenumber all the time.
The text was updated successfully, but these errors were encountered:
if portrait cell width is as twice as landscape, rotating the screen, grid will show wrong cell, this because the pageX is wrong. the contentsize is changed, the contentoffset is still the same value, so the pageX will be wrong. the contentoffset should be saved before the contentsize is changed. or keep the pagenumber all the time.
The text was updated successfully, but these errors were encountered: