LZViewPager icon indicating copy to clipboard operation
LZViewPager copied to clipboard

Header tabs disappear when you change the app direction to be left to right in LZPageviewer

Open manikandan-bglr-1996 opened this issue 4 years ago • 1 comments

When i tried to flip the screen right to left then header is hidden. Is there any way to rectify this problem?

manikandan-bglr-1996 avatar Mar 04 '21 05:03 manikandan-bglr-1996

Adding this method fixed the problem for me: func buttonsAligment() -> ButtonsAlignment { return .center }

zahraa1994 avatar Aug 06 '21 18:08 zahraa1994