Commit Graph

98 Commits

Author SHA1 Message Date
Anton Popkov a691ba2010 Merge branch 'master' of github.com:xmartlabs/XLPagerTabStrip 2018-10-15 16:31:23 +03:00
Alexander Khitev 56acdd9401 updated to Swift 4.2 and added swift version to podspec (#617) 2018-09-28 11:02:48 -03:00
Martin Barreto 2f2afb62d9
Merge pull request #563 from 432daiki/fix/UIScrollViewDelegate-typo
fix UIScrollViewDelegate typo
2018-04-10 14:25:43 -03:00
Nixsm 95f96be31d Removing deprecated flatMap 2018-04-06 11:07:34 -03:00
432daiki 83735ac5a5 fix typo 2018-03-30 15:36:43 +09:00
Martin Barreto 04212ea5e7
Merge branch 'master' into feature/accessibility 2018-03-28 15:25:18 -03:00
AlexanderGCX a974e6b11a Accessibility for ButtonBarPagerTabStripViewController ButtonBarViewCells (#323)
* add proper accessibility information to ButtonBarPagerTabStripViewController

* mark BarButton as header for accessibility
2018-03-28 15:19:56 -03:00
Martin Barreto 2964d27c44 fix #558 2018-03-28 14:48:14 -03:00
Skye Book 5f398ceb89 docfix for assertion 2018-03-28 14:30:49 -03:00
Ryoga Kitagawa 1896e6873d Fix IndicatorInfo's initializers. 2018-03-28 14:28:14 -03:00
Christian König d0b0d76725 Added accessibility traits 2018-02-10 11:12:48 +01:00
Alexey Gerasimov 2b9877dc68 IndexPaths duplication on reload fixed 2017-12-06 17:18:40 +03:00
pera a98448beb2
Merge branch 'master' into feature/indicator-custom-info 2017-11-16 11:57:41 -03:00
Skye Book 248b2cbe5a deledate -> delegate 2017-10-28 17:44:00 -03:00
Martin Barreto 835570c855 Merge pull request #454 from mlequeux/master
Proper Bundle loading when linking with static libraries
2017-10-11 10:13:29 -03:00
pera 07198bbb9b - Fixed warnings
- Updated to recommended project settings
- Fixed travis
2017-10-05 11:48:37 -03:00
Martin Lequeux--Gruninger 3dc83770c3 Proper Bundle loading when linking with static XLPagerTabStrip 2017-09-25 11:51:45 +02:00
Federico Ojeda df0840af3c added support for swift 4 2017-06-07 15:03:44 -03:00
pera 21ca6cc08a Add swiftlint & fixes 2017-05-23 11:10:08 -03:00
pera 77da46e1fd Alternative to #378 2017-05-22 14:57:33 -03:00
pera 6d4b55ce79 Fixes weak `buttonBarView` 2017-05-22 11:00:10 -03:00
pera 89b5086ad1 Merge pull request #373 from xmartlabs/fix/issue-322
Fixes #322
2017-05-19 17:06:33 -03:00
pera 2089092533 Merge pull request #368 from xmartlabs/fix/issue-325
Fixes #325
2017-05-11 13:27:50 -03:00
pera 3f5b7b103e Fixes #322 2017-05-10 11:39:00 -03:00
pera e86bef5108 Fixes #325 2017-05-09 17:16:47 -03:00
pera 1bda17f09a Fixes #357 2017-05-08 16:21:08 -03:00
pera b77a9a72ce Fixed issue related to #338 2017-05-04 11:39:11 -03:00
pera 7ff9ed7554 Merge pull request #360 from kurebio/fix-scroll-direction
fix to always update lastContentOffset when scrolling
2017-05-03 17:05:44 -03:00
Miguel Revetria 7849d0cc96 Merge pull request #365 from hani-ibrahim/master
Adding `buttonBarMinimumInteritemSpacing`
2017-05-03 16:18:21 -03:00
Miguel Revetria 4c609a92b1 Fixed crash related to #338 2017-05-03 16:16:30 -03:00
pera 6a761b395c Merge pull request #330 from luvacu/selected-bar-vertical-alignment
Add option to set a different vertical alignment for selected bar
2017-05-03 12:59:41 -03:00
hani-ibrahim 2f2a4fc4de adding `buttonBarMinimumInteritemSpacing` 2017-05-03 13:41:18 +02:00
Miguel Revetria d1ae7d2175 Reload not visible cells when changing current child controller (#359) 2017-05-02 14:26:00 -03:00
d wat ccb76e2fa7 fix to always update lastContentOffset when scrolling 2017-04-29 10:40:55 +09:00
Luis Valdés d42269e5ab Add option to select a different vertical alignment for ButtonBar’s SelectedBar: top, middle or bottom (default). 2017-03-02 22:30:21 +00:00
Martin Barreto 4431b20e0d new 7.0.0 version 2017-01-27 12:59:47 -03:00
Martin Barreto bf8edc820b “TwitterPagerTabStripViewController crash on back navigation” fixed. #178 2017-01-26 16:50:20 -03:00
Martin Barreto 93bbb990a5 minor fix 2017-01-25 14:46:21 -03:00
Martin Barreto 357d6c7bc6 Merge pull request #246 from abeyuya/fix/ButtonBarView-selectedBar-YPosition
update-selectedBar-yposition-when-use-autolayout
2017-01-25 14:26:06 -03:00
Martin Barreto 9da3e6c32b Merge pull request #280 from mt81/fix-buttonbarview-initializer
Public int(frame: collectionViewLayout:) in ButtonBarView
2017-01-25 14:18:06 -03:00
Martin Barreto 2514be218f fix #274 2017-01-24 19:43:34 -03:00
Martin Barreto a4bbb9b209 fix selected bar position issue. 2017-01-24 16:33:08 -03:00
Martin Barreto df6c3ebdd9 fix #172 & #189 2017-01-23 17:54:30 -03:00
Maqix d9fae65d26 Fix #284 2016-12-09 15:40:47 +01:00
Matteo Ugolini 79a4ecc685 Public int(frame: collectionViewLayout:) in ButtonBarView 2016-12-01 12:51:50 -05:00
abeyuya 9bdd6acfbc update-selectedBar-yposition-when-use-autolayout 2016-10-04 14:00:26 +09:00
Raphael Köhler e00a90b671 Only disable user interaction when animating 2016-10-01 15:34:16 +02:00
Martin Barreto eca167e0e3 trying to fix carthage issue #227. 2016-09-28 14:30:23 -03:00
Martin Barreto 8cd01639b6 trying to fix linking error 2016-09-27 15:56:04 -03:00
Mathias Claassen 9d80d2011b Swiftly function names 2016-09-16 17:36:13 -03:00