LZViewPager icon indicating copy to clipboard operation
LZViewPager copied to clipboard

A powerful paging view with tab bar.

Results 21 LZViewPager issues
Sort by recently updated
recently updated
newest added

i'm trying to enable scrollable header but i cant. tell me how to enable that.

I am using this library in my project and whenever I run my app it is giving me the following error: > Terminating app due to uncaught exception 'NSUnknownKeyException', reason:...

I'm trying to make my buttons in header look like chips so i need to add space between my buttons. But i can't find a way to do so.

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

Thread 1: "[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key dataSource." please help

Also, how would I set height for the indicator? Thanks.

delegate 和dataSource 沒有宣告成weak 導致 memory leak,麻煩修正一下

By Default, it shows White Color for Indicator Which is Not Selected. ![Screenshot 2020-12-17 at 4 25 17 PM](https://user-images.githubusercontent.com/58595312/102479615-21649500-4085-11eb-8e1f-53b48152e239.png) I want to Change the Color Of the UnSelected area or...

我的數據源(10筆),有異動(變9筆)需要reloadData, 而畫面已經滑動到最後一個, 這時reloadData,會死在 func buttonXLeading(for index: Int) ,因為沒有歸0 , index回傳給我10 需要哥 做個防呆,在 func setUpIndicator() 發現 self.currentIndex > self.dataSource.numberOfItems 要歸零