* Remove travis.yml file
* Clean up code
* Upgrade library version
* Now PagerStyle is a protocol and styles conform to it. Add background and indicator view closures to be able to set up any view.
* Update readme
* added lazy h stack to optimize performance.
* Rename normal to bar button style. So we use same naming as XLPagerTabStrip
* clean up code
* refactor code.
* adding segmented and bar style
* add examples for bar and segmented style
* update deprecated message
* update style. Toolbar is still missing (no tab bar in nav bar yet).
* provide the ability to use the navbar toolbar as UIKit versions allows
* show example as list
* fix navigation style
* added missing coordinateSpace
* clean up code
* accept only positives values in selection
Co-authored-by: Martin Barreto <martin@xmartlabs.com>
Add Biding parameter to PagerTabStripView, not Int parameter
Rename XLPageView to PagerTabStripView
Update examples to show second and third tab instead of initial tab.
Delete unused iOS.swift file
Use selection everywhere (no more selectedIndex)
rename internal setting variable to settings