Commit Graph

61 Commits

Author SHA1 Message Date
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
Mathias Claassen 1e73449c46 Converted whole project to Xcode 8 and Swift 3 2016-09-14 15:22:17 -03:00
Tomas Radvansky 49f963b687 Swift3 Xcode8 GM Conversion 2016-09-14 15:22:17 -03:00
Mathias Claassen 0fb6e8c6dc fixed issue when user tapped button and scrolled vastly and the bar stayed at the wrong button 2016-04-04 18:00:46 -03:00
Martin Barreto f9c767f1b8 Xcode 7.3 support. Now Swift 2.2 is required. 2016-03-22 22:16:38 -03:00
Martin Barreto 38e58c3bf6 solve merge conflicts 2016-03-22 17:42:51 -03:00
Mathias Claassen f37bb7e26a use line spacing as interitemspacing in barButtons 2016-03-21 13:06:09 -03:00
Martin Barreto 3e71120c76 version 4.0.2
bug fixes
2016-03-15 11:06:55 -03:00
Mathias Claassen 0aa17bb08a BaseButtonBarViewController now sets sectionInset in viewDidLoad 2016-03-07 17:03:30 -03:00
Gabriel Cutrini 3d589a0a76 fix container view placement on custom bar height. 2016-02-23 21:05:46 -03:00
chancyWu cd188e1ec9 Remove wrong observer when deinit 2016-02-16 13:44:40 +08:00
Ian Kazlauskas a666b0b943 Made ButtonBarPagerTabStripViewController initializier public instead internal 2016-02-07 18:13:35 +09:00
Martin Barreto 9e0a6930d2 minor fix 2016-02-03 19:46:26 -03:00
Martin Barreto e6366ac68b Merge branch 'master' of github.com:xmartlabs/XLPagerTabStrip 2016-02-03 19:42:35 -03:00
Martin Barreto ac7e6a2b9a clean up code. 2016-02-03 19:42:25 -03:00
tailec 945d6eab5b Small crash fix. Resolves #113 2016-02-02 19:08:00 +00:00
Martin Barreto f57d272980 fix swift 3 deprecations. 2016-02-02 13:47:41 -03:00
Martin Barreto aefbb66e57 replace unavailable function invocation 2016-01-30 01:03:45 -03:00
Martin Barreto 7575cdd59b remove throws modifier from protocols. 2016-01-29 22:06:12 -03:00
Martin Barreto 4976a329b3 remove unnecessary Error types 2016-01-29 20:30:56 -03:00
Martin Barreto 6e4a319bb6 fix crash when try to remove observer. 2016-01-29 16:09:24 -03:00
Martin Barreto 17f2e05ae4 add customization readme section. 2016-01-29 15:36:51 -03:00
Martin Barreto 2c88f947fb clean up 2016-01-29 12:44:34 -03:00
Martin Barreto 8784865790 rename types to make them shorter 2016-01-29 01:11:27 -03:00
Martin Barreto 0811a95ada update some class names 2016-01-29 00:31:37 -03:00
Martin Barreto a088f9fcdd refactor pagerOptions 2016-01-28 18:33:38 -03:00
Martin Barreto 9018f78c81 added Youtube, Instagram and Spotify Examples. 2016-01-28 14:54:24 -03:00
Martin Barreto c6446c72b9 make currentIndex and viewCOntrollers public. 2016-01-28 14:53:25 -03:00
Martin Barreto 76642790d5 Make ChildItemInfo conforms to StringLiteralConvertible 2016-01-28 14:53:06 -03:00
Martin Barreto 55ce6cdfa8 update readme 2016-01-27 00:24:59 -03:00
Martin Barreto cc9a67157d minor fix 2016-01-25 16:21:32 -03:00
Martin Barreto bcaeb4bf89 refactoring code 2016-01-25 16:05:58 -03:00
Martin Barreto b515bafd33 added simpsons images, refactored PostCell 2016-01-25 15:08:31 -03:00
Martin Barreto e0b461e53e Add ability to set up any tab bar view type through view controller generic type. 2016-01-23 18:53:46 -03:00
Martin Barreto a581db7f0c added style settings to BarPagerTabStrip 2016-01-23 12:40:48 -03:00
Martin Barreto 89457994ba clean up code, add ability to set up pager style through settings.style variable 2016-01-22 19:38:55 -03:00
Martin Barreto 0ce8b56f82 Merge branch 'swift' of github.com:xmartlabs/XLPagerTabStrip into swift 2016-01-22 15:52:21 -03:00
Martin Barreto 81ce7a11f4 polish code 2016-01-22 15:52:11 -03:00