LZViewPager
LZViewPager copied to clipboard
Header tabs disappear when you change the app direction to be left to right in LZPageviewer
When i tried to flip the screen right to left then header is hidden. Is there any way to rectify this problem?
Adding this method fixed the problem for me: func buttonsAligment() -> ButtonsAlignment { return .center }