Commit Graph

11 Commits

Author SHA1 Message Date
Manuel Lorenze dc3f3b108c Add voice over accessibilities for selection and button in navBarTabs 2023-02-01 16:57:00 -03:00
Martin Barreto e0eb172433
New library version (#106)
Version 4.0.0
2023-01-27 15:10:29 -03:00
Martin Barreto 3fe4ab2e0b
Refactor code (#90)
* 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
2022-10-28 09:08:46 -03:00
cecipirotto 674e0a33e0
add linter (#66)
* add linter

* update swiftlint

* update line lenght
2021-12-08 16:10:37 -03:00
cecipirotto f43c6e4e51
Scrollable nav bar (#52)
* initial approach without indicator

* remove comments and scroll

* add new style and improve animation

* add indicator bar to scrollable navigation bar

* update example

* fix example colors for dark mode

* change modifier

* Update build-test.yml

* requested changes

* Add highlighted state. Renames on example.
2021-10-12 16:57:58 -03:00
Martin Barreto 3fb8d2acac
added lazy h stack to optimize performance. (#42)
* 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.
2021-09-08 18:09:09 -03:00
Milena Zabaleta 85dcf09c4f rename files 2021-08-05 19:16:14 -03:00
Martin Barreto 7f1df180bb refactor DataStore 2021-07-28 12:12:51 -03:00
Martin Barreto 4b7b1f84fd changes according to code review 2021-07-28 10:36:06 -03:00
Martin Barreto 769afe6c72 Rename Example app to Library Name
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
2021-07-27 15:42:55 -03:00
cecipirotto c3b73643dc
remove unused and move code to new files (#17)
* remove unused and move code to new files

* move navBar modifier
2021-07-26 18:01:32 -03:00