Commit Graph

54 Commits

Author SHA1 Message Date
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
pastorin 9231ad8518 merge with master 2015-04-09 09:38:38 -03:00
Martin Barreto 66f671bd13 update readme. 2015-04-08 18:59:09 -03:00
Martin Barreto 77770a8276 launch image fix. 2015-04-08 17:39:53 -03:00
pastorin da0877816e UIBarButtonItem supported 2015-04-08 16:05:30 -03:00
pastorin 1fcf200a6e various changes 2015-04-08 14:59:16 -03:00
Martin Barreto e6afcb403c rename delegate method. 2015-04-08 14:08:28 -03:00
Martin Pastorin 50d36d42a5 finish with XLTwitterPagerTabStrip 2015-04-07 16:33:16 -03:00
pastorin 8c9e799972 Add XLTwitterPagerTabStrip 2015-04-01 15:22:17 -03:00
Martin Barreto 0804156e3c Merge pull request #8 from xmartlabs/dev
Added isProgressiveIndicator property. Now we can update the current ind...
2015-02-10 09:56:40 -02:00
Martin Barreto fe5b872ca7 Added isProgressiveIndicator property. Now we can update the current indicator each time UIScrollView content offset changes.
Added isElasticIndicatorLimit. If isProgressiveIndicator is YES we can choose between elastic and fixed first and last view controllers indicators.
Update examples.
2015-02-10 09:52:17 -02:00
Jack 5b19df1c65 Merge branch 'master' of https://github.com/xmartlabs/XLPagerTabStrip 2015-02-09 16:26:23 +08:00
Jack 75b7424d3f Add property control current page update action. 2015-01-14 18:59:36 +08:00
Martin Barreto cbc7cea426 Update README.md 2015-01-08 12:54:16 -02:00
Martin Barreto 4936d52ee4 Merge pull request #2 from xhzengAIB/master
Fix the Buttons Example Table View not scroll to top
2015-01-05 13:27:47 -02:00
Jack 2f4e7642de Fix the Buttons Example Table View not scroll to top 2015-01-05 21:00:05 +08:00