Commit Graph

18 Commits

Author SHA1 Message Date
Manuel Lorenze 44a50e5f76 add TabView solution into PagerTabStripView 2023-03-10 09:21:49 -03:00
Manuel Lorenze 42d7b3e5c9 minor change 2023-03-10 07:27:05 -03:00
Manuel Lorenze 920e25f08b improve content implementation 2023-03-10 06:48:02 -03:00
Manuel Lorenze 1107cef572 add tag value in print 2023-03-09 21:03:58 -03:00
Manuel Lorenze 5297cf65dd calculate offset working with TabView 2023-03-09 17:06:31 -03:00
Martin Barreto 6d0ad224e7 added ability to customize swipe gesture transition animation 2023-01-30 23:21:18 -03:00
Manuel Lorenze 442aeb05ca
Examples UI changes (#109)
* support dark and light mode in examples

* Update twitter example indicator view height

* update Instagram example UI

* update examples UI color

* reverse config changes

* fix action test
2023-01-30 22:27:45 -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 5ef962d0f2
add swipe disabled to example app (#69) 2021-12-09 11:39:33 -03:00
An Tran d455293ee6
Add an option to enable/disable Swipe gesture (#68) 2021-12-08 18:49:55 -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
cecipirotto dd8862f4c1
adding segmented and bar style (#41)
* 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>
2021-08-17 16:57:35 -03:00
Milena Zabaleta 1dc16c1dfa rename project 2021-08-05 18:50:30 -03:00
Milena Zabaleta 63b2bf68cc remove navbaritem from model 2021-07-29 11:15:20 -03:00
Martin Barreto 35eed24a77
organize example project (#29)
* organize example project

* update readme.

* minor readme fix

* minor readme fix

* Update README.md

Co-authored-by: Mathias Claassen <mathias@xmartlabs.com>

* Update README.md

Co-authored-by: Mathias Claassen <mathias@xmartlabs.com>

Co-authored-by: cecipirotto <31603856+cecipirotto@users.noreply.github.com>
Co-authored-by: Mathias Claassen <mathias@xmartlabs.com>
2021-07-29 11:11:09 -03:00