Martin Barreto
033b6561fe
Fix #22 .
2015-08-18 14:38:10 -03:00
michaelEllisUy
c433a07124
Merge pull request #58 from xmartlabs/fix/57
...
Navigation Page Control from Twitter Pager can not be selected by a u…
2015-08-14 19:59:24 -03:00
mikeEllis
9dcbca5f38
Navigation Page Control from Twitter Pager can not be selected by a user now
2015-08-14 19:57:15 -03:00
michaelEllisUy
a451e19cb5
Merge pull request #56 from xmartlabs/fix/32
...
Fixing Nav Button Bar Example View Controller. Updating constraints, …
2015-08-14 19:27:38 -03:00
mikeEllis
f8f092ae58
Fixing Nav Button Bar Example View Controller. Updating constraints, so it doesn nott hide the embeded childTableViewController
2015-08-14 19:26:40 -03:00
Martin Barreto
4a12674439
Merge pull request #55 from xmartlabs/fix/54
...
fix #54
2015-08-14 18:31:13 -03:00
mikeEllis
da392fe9db
fix #54
2015-08-14 18:29:40 -03:00
michaelEllisUy
50837156fb
Merge pull request #49 from antrix1989/line_height
...
Allow to specify bar line height. Hide it by default.
2015-08-13 18:12:01 -03:00
mikeEllis
312a17b8f6
Fixing bug for when changing tabs. The indicator used to jump the instant it reached half-way between tabs.
2015-08-13 17:58:08 -03:00
mikeEllis
29f382016c
Fixing issue 46
2015-08-13 16:36:59 -03:00
michaelEllisUy
fa5d0f799f
Merge pull request #45 from jamesjychong/bugfix-buttonbar-selection
...
Bug Fix - Button Bar Selection on Current Page Issues
2015-08-13 16:01:43 -03:00
Sergey Demchenko
d671b801c3
Allow to specify bar line height. Hide it by default.
2015-08-08 15:29:34 -07:00
Martin Barreto
c81ef13705
Merge pull request #46 from jamesjychong/bugfix-pagerviewcontroller
...
Bug Fix - PagerTabStrip VC's moveToViewControllerAtIndex:animated:
2015-08-04 14:26:43 -03:00
James Chong
35019210ba
Bug Fix - PagerTabStrip VC's moveToViewControllerAtIndex:animated:
...
Animated flag is not respected.
if (self.skipIntermediateViewControllers && ABS(self.currentIndex - index) > 1)) should only be executed when animated is enabled.
2015-08-04 19:54:08 +09:00
James Chong
2117299cbd
Bug Fix - Button Bar Selection on Current Page Issues
...
When you select button for current page, selected bar does not update when you scroll container scroll view. The reason is that 'shouldUpdateButtonBarView' varaible does not reset back to true, because [UIScrollViewDelegate scrollViewDidEndScrollingAnimation] is never called when you select button for current page.
I resolved this issue by avoiding current page selection by comparing NSIndexPath.item with self.currentIndex.
2015-08-04 16:35:25 +09:00
Martin Barreto
eee769bb3f
Merge pull request #43 from xmartlabs/issue#4
...
issue #4 - Change the look and feel of a XLButtonBarViewCell based on the selected state
2015-08-01 19:56:18 -03:00
Martin Barreto
c90cb52c4c
Added ability to change tab bar style using blocks.
2015-08-01 19:58:24 -03:00
pastorin
d4a9c93e46
issue #4 - Change the look and feel of a XLButtonBarViewCell based on the selected state
2015-07-31 17:06:53 -03:00
Martin Barreto
3e9b41b485
Merge pull request #39 from mad102190/master
...
Fixed issue where scrollPercentage would never be equal to 1.0
2015-07-31 12:34:53 -03:00
Martin Barreto
3d4ca221cb
minor change
2015-07-28 22:25:15 -03:00
Martin Barreto
74326c27a6
fix #18
2015-07-28 22:05:37 -03:00
Martin Barreto
871843f49d
put back viewWillAppear method.
2015-07-28 21:45:07 -03:00
Martin Barreto
8a6972e710
Merge pull request #5 from xhzengAIB/master
...
Add property control current page update action.
2015-07-28 21:39:43 -03:00
Matthew Davis
3e2a46a5fd
Fixed issue where scrollPercentage would never be equal to 1.0 when scrollDirection was XLPagerTabStripDirectionLeft or XLPagerTabStripDirectionNone due to inaccuracies in the floating point modulo operation
2015-07-21 17:33:56 -07:00
Jack
146a25e371
fix the not update for viewDidAppear
2015-05-27 17:24:11 +08:00
Jack
a8024dbe88
Merge remote-tracking branch 'origin/master'
2015-05-27 17:21:43 +08:00
Martin Barreto
e9fbbb9b25
Merge pull request #27 from HelOlhausen/master
...
Add Appearance Behavior to PagerChildControllers
2015-05-15 19:09:57 -03:00
Helen Olhausen
bf24fe65d8
Add Appearance Behavior
...
Add Appearance Behavior to XLPagerTabStripViewController (+1 squashed commit)
Squashed commits:
[cb18fc4] Update XLPagerTabStripViewController.m
Call viewWillAppear
2015-05-15 18:17:06 -03:00
Jack
4d61cc82f6
Add two public method
2015-05-13 23:11:17 +08:00
Jack
c89f87f1d9
Merge remote-tracking branch 'origin/master'
...
Conflicts:
XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.h
XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.m
2015-05-13 23:07:43 +08:00
pastorin
30dbf74cc1
minor change
2015-04-30 15:25:35 -03:00
Martin Barreto
dd6b8086bb
Back minimum system version to 7.0.
...
clean up code.
2015-04-29 19:51:22 -03:00
Martin Barreto
4988b4e188
Merge pull request #20 from xmartlabs/navButton
...
Nav button Example (issue #16 )
2015-04-29 18:50:00 -03:00
pastorin
4e8e8fa992
full-sized UINavigationBar titleView
2015-04-28 10:14:17 -03:00
pastorin
d61dfd1d2d
Nav Button example added
2015-04-28 10:00:28 -03:00
Martin Barreto
52e3249b0f
remove unnecessary method
2015-04-22 17:52:53 -03:00
Martin Barreto
2ce2352b38
minor change.
2015-04-13 14:22:48 -03:00
pastorin
4860895a0c
icons & gif
2015-04-13 13:10:02 -03:00
Martin Barreto
81a618bea8
Twitter Pager fixes.
2015-04-11 18:27:48 -03:00
Martin Barreto
8a2efcd95f
fix issues #12 & #6
2015-04-10 03:49:09 -03:00
Martin Barreto
6a13763d5a
rearrange folder.
2015-04-09 21:27:08 -03:00
Martin Barreto
d2bd9f8932
delete DS_Store
2015-04-09 21:07:55 -03:00
Martin Barreto
6283336bcb
Merge branch 'master' of github.com:xmartlabs/XLPagerTabStrip
2015-04-09 21:06:29 -03:00
Martin Barreto
242458f1be
Merge pull request #14 from xmartlabs/pagingView
...
Twitter Paging view
2015-04-09 21:01:07 -03:00
Martin Barreto
e53e88cba9
merge
2015-04-09 20:59:40 -03:00
Martin Barreto
43d9302bcf
Merge branch 'pagingView' of github.com:xmartlabs/XLPagerTabStrip into pagingView
2015-04-09 18:12:54 -03:00
Martin Barreto
ac0e4edb48
gitignore update
2015-04-09 18:12:31 -03:00
Martin Barreto
e900546675
rename launch image name
2015-04-09 18:09:35 -03:00
pastorin
43f868c026
minor changes
2015-04-09 11:33:49 -03:00
pastorin
4b2aab3749
reload twitterPager
2015-04-09 10:13:11 -03:00