PagingView icon indicating copy to clipboard operation
PagingView copied to clipboard

Infinite paging, Smart auto layout, Interface of similar to UIKit.

Results 5 PagingView issues
Sort by recently updated
recently updated
newest added

Hi When I set infinite looping flag to false. Now scroll the page to 1/2/3... from 0 manually, assume the index comes to 2. Then use the api `pagingView.scrollToPosition(.center, indexPath:...

Version PagingView (0.5.1) SIGTRAP 0x00000000019d4b84 ``` Crashed: com.apple.main-thread 0 libswiftCore.dylib 0x19d4b84 globalinit_33_FD9A49A256BEB6AF7C48013347ADC3BA_func6 + 100612 1 PagingView 0x14467f8 PagingView.reloadContentView() (PagingView.swift:388) 2 PagingView 0x1447288 PagingView.layoutSubviews() (PagingView.swift:439) 3 PagingView 0x1447634 @objc PagingView.layoutSubviews() (PagingView.swift)...

Questione- can i add a vertical scrollview into pageview? im tring but it don't scroll verticaly

when having a UIRefreshControl assigned to the PagingView, this refreshControl appears on one of the pages next the the center page. So my guess that the wrong page is centered...

Using this values of parameters ``` swift pagingView.pagingMargin = 0 pagingView.pagingInset = 0 pagingView.infinite = false ``` the first three pages are displayed only. Steps to reproduce: 1. Open "PagingViewExample"...