DMLazyScrollView
DMLazyScrollView copied to clipboard
Screen rotation support.
I'm trying to add a screen rotation support to this code. It seems that the calculation for rendering the pages is not well supported for this use-case since the offset of second and third page overlaps each other when rotated with subviews getting distorted. However, if you scroll it, the offset becomes fine.
Could you please assist me to achieve this or rather suggest a better approach.