Commit Graph

55 Commits

Author SHA1 Message Date
Martin Barreto f664c9c21c
Merge pull request #580 from dotkebi/readme
# modifiy `README.md` example code
2018-09-28 11:31:02 -03:00
Sho Ikeda 7fedf7172a
Fix typo in README 2018-09-10 23:44:43 +09:00
Myoung-jin, Ko 17e7cc1c0a # modifiy `README.md` example code
by swift 4.1 syntax

* UIView.animate
* CGAffineTransform
2018-05-18 12:07:44 +09:00
Myoung-jin, Ko 8a5b93556c # modifiy `README.md` example code
by swift 4.1 syntax

* UIColor.whiteColor() -> UIColor.white
* UIFont.systemFontOfSize(18) -> UIFont.systemFont(ofSize: 18)
2018-05-18 11:12:37 +09:00
Martin Barreto 1619ad4fe1
Update README.md 2018-04-10 14:58:55 -03:00
Martin Barreto 44cefabc12 minor improvement to get pod version from cocoapods repository 2017-10-05 14:50:46 -03:00
pera 342bdecce7 Updated README, CHANGELOG & podspec. 2017-10-05 14:17:18 -03:00
Martin Barreto 4f2d9d9838 Update README.md 2017-01-27 15:57:57 -03:00
Martin Barreto 4431b20e0d new 7.0.0 version 2017-01-27 12:59:47 -03:00
Martin Barreto 3ecbb5665d Update README.md 2017-01-25 15:10:04 -03:00
Martin Barreto 87d6a5a96e Update README.md 2017-01-25 15:09:25 -03:00
Martin Barreto 14d0788779 Update README.md 2017-01-25 15:05:44 -03:00
Martin Barreto 77fd23c637 Update README.md 2017-01-23 18:19:10 -03:00
Martin Barreto cb42bfb00c Update README.md 2017-01-23 18:17:38 -03:00
g8production ca06917a77 Update README.md 2016-12-14 11:00:26 +01:00
Mathias Claassen 9d80d2011b Swiftly function names 2016-09-16 17:36:13 -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 3e71120c76 version 4.0.2
bug fixes
2016-03-15 11:06:55 -03:00
Marcel Stolin 34b8186e0c Update README.md 2016-03-12 10:47:31 +01:00
g8production 326074ca4d Update README.md 2016-02-26 16:15:32 +01:00
Martin Barreto 06699b84c0 update readme pod version 2016-02-15 19:31:31 -03:00
Martin Barreto 860e2c3715 added code quality badge to readme. 2016-02-15 19:06:19 -03:00
Martin Barreto aaeabaaa4a Merge pull request #111 from xmartlabs/m-revetria-patch-1
Update README.md
2016-01-30 00:32:15 -03:00
Martin Barreto 4976a329b3 remove unnecessary Error types 2016-01-29 20:30:56 -03:00
Miguel Revetria 77080ea162 Update README.md
Minor typos fixed
2016-01-29 18:02:20 -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 5616059712 add some gif examples 2016-01-28 17:17:27 -03:00
Martin Barreto 4b10bcf317 clean up code 2016-01-28 15:14:07 -03:00
Martin Barreto 50ccdaa4b8 readme typos. 2016-01-28 14:52:32 -03:00
Martin Barreto 55ce6cdfa8 update readme 2016-01-27 00:24:59 -03:00
Martin Barreto c8a83a27c4 update contributing.md 2016-01-26 15:43:21 -03:00
Santiago Fernandez c0d57d970b initial commit 2016-01-20 12:39:25 -03:00
Martin Barreto a46d9dcacb update readme pod version 2016-01-11 10:40:47 -03:00
Martin Barreto 9e50728a75 minor fix 2016-01-11 10:31:40 -03:00
Oliver Pearmain beb1222f17 Added XLSelectedBarAlignment selectedBarAlignment property to XLButtonBarView so that developers can choose how the selectedBar gets aligns as the user scrolls through view controllers.
Additionally consolidated some duplicated code into a new method contentOffsetForCellWithFrame:index: so there is a single place where the contentOffset (i.e. the selectedBar alignment) is calculated (regardless of whether the user tapped a tab/cell or scrolled the UIPageViewController).
2015-08-21 16:09:35 +01:00
Martin Barreto 033b6561fe Fix #22. 2015-08-18 14:38:10 -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
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
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
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 dd6b8086bb Back minimum system version to 7.0.
clean up code.
2015-04-29 19:51:22 -03:00
pastorin d61dfd1d2d Nav Button example added 2015-04-28 10:00:28 -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