ScrollPager
ScrollPager copied to clipboard
A scroll pager that displays a list of tabs (segments) and manages paging between given views
fix: #33 - Fixed the orientation change issue by moving the procedures from `scrollViewDidScroll` to `scrollViewDidEndDecelerating` and recalculate the `contentOffset` in `redrawComponents`. - Supported Swift 5. - Updated Deployment Target...
Hi, I have 4 views with Labels. When I change orientation the view is in wrong position (I think the scroll view is responsible for this). This is how it...
Cannot express tuple conversion '(String, UIView!)' to '(title: String, view: UIView)'
Cant Add Views loaded from other view controllers or even views from view controller it self
Added public method to get view at index for views managed by scrollView
i have a menu with multi items , and it' scale to fit screen. with alot .(dot) .... i want it slide like other tabbar . when i put scrollpage...
How can change the selected Image colour and keep other images as previous colour?
for example, I have 3 tabs. I set the selectedIndex to 1 (the middle one) on viewDidLoad and the scrollview only scrolls half way between 0 and 1... This is...