iON1k
fb7397a961
Merge pull request #2 from TouchInstinct/feature/swift_4_2
...
Feature/swift 4 2
2018-10-15 16:40:09 +03:00
Anton Popkov
a691ba2010
Merge branch 'master' of github.com:xmartlabs/XLPagerTabStrip
2018-10-15 16:31:23 +03:00
Martin Barreto
73ffb21720
Merge pull request #626 from xmartlabs/fix/travis
...
Update xcode version in Travis config
2018-09-28 11:35:19 -03:00
Mathias Claassen
813e74e466
Update xcode version in Travis config
2018-09-28 11:32:36 -03:00
Martin Barreto
f664c9c21c
Merge pull request #580 from dotkebi/readme
...
# modifiy `README.md` example code
2018-09-28 11:31:02 -03:00
Martin Barreto
f0a0c37c76
Merge pull request #612 from ikesyo/update-example-postcell
...
[Example] Update PostCell to use contentView
2018-09-28 11:29:45 -03:00
Martin Barreto
8f3afd76e4
Merge pull request #614 from ikesyo/patch-1
...
Fix typo in README
2018-09-28 11:28:57 -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
Sho Ikeda
7fedf7172a
Fix typo in README
2018-09-10 23:44:43 +09:00
Sho Ikeda
4ad6b8ac56
[Example] Update PostCell to use contentView
...
We need to place subviews onto UITableViewCell's contentView (to use `UITableViewCell.insetsContentViewsToSafeArea`).
2018-09-05 11:43:05 +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
7268f0afec
Merge pull request #500 from ykws/example/495
...
Add Example Youtube with Label
2018-04-10 14:47:16 -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
Martin Barreto
7647974075
Merge pull request #506 from DenHeadless/patch-1
...
Fix compilation of the project when using Xcode 9 new build system and CocoaPods
2018-04-10 14:25:11 -03:00
Martin Barreto
2351f06987
Merge pull request #570 from Nixsm/master
...
Removing deprecated flatMap
2018-04-10 14:22:33 -03:00
Martin Barreto
372e819812
Update .travis.yml
2018-04-10 13:58:17 -03:00
Martin Barreto
b56f4ad7e1
Merge pull request #566 from danielpetroianu/8.0.1_deploymentversion_fix
...
fix deployment target - framework should require iOS 8.0
2018-04-10 13:37:09 -03:00
Nixsm
95f96be31d
Removing deprecated flatMap
2018-04-06 11:07:34 -03:00
Daniel Petroianu
3f7b234593
fix deployment target - framework should require iOS 8.0 - broken in 9bcd7cc559
2018-04-03 23:16:29 +03:00
432daiki
83735ac5a5
fix typo
2018-03-30 15:36:43 +09:00
Martin Barreto
04f02d9148
8.0.1 version
2018-03-28 17:51:53 -03:00
Martin Barreto
64a8ef8920
Merge pull request #540 from CodeStage/feature/accessibility
...
Accessibility traits + labels
2018-03-28 15:27:01 -03: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
Denys Telezhkin
4fe566f187
Fix compilation of the project when using Xcode 9 new build system and CocoaPods
...
With current podspec, one .xib file is getting picked up as a source, and is getting into Xcode Compile Sources build step in CocoaPods generated project.
New build system is more strict than the old one, and prohibits this by saying:
```
error: unexpected duplicate task: CompileXIB /Path-To-Project/Pods/XLPagerTabStrip/Sources/ButtonCell.xib (in target 'XLPagerTabStrip')
```
This behavior is described in [this CocoaPods issue](https://github.com/CocoaPods/CocoaPods/issues/7079 ).
This PR changes source_files search path from being * to more specific code-related one *.{h,m,swift}, thus picking only sources into sources.
This fix can be verified by installing XLPagerTabStrip, trying to build with new Build System - it will fail. Then you can remove ButtonCell.xib file from Pods -> XLPagerTabStrip -> Compile Sources build phase and this time project will build successfully.
2017-12-14 16:05:40 +02:00
Yoshiyuki Kawashima
ae722325b0
Add Example Youtube with Label
...
Put image above title text
fixes #495
2017-12-08 21:57:24 +09:00
Alexey Gerasimov
9bf01d7d0e
Merge pull request #1 from scoreyou/fix/reloadLayout
...
IndexPaths duplication on reload fixed
2017-12-06 17:19:21 +03:00
Alexey Gerasimov
2b9877dc68
IndexPaths duplication on reload fixed
2017-12-06 17:18:40 +03:00
pera
ce3a0034d3
Merge pull request #391 from xmartlabs/feature/indicator-custom-info
...
Allow customization for indicators, #378
2017-11-16 12:00:09 -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
5be0da1c43
Merge pull request #476 from lowki93/feature/Swift4
...
fix swift 4 version
2017-10-28 17:42:51 -03:00
Kévin Budain
9bcd7cc559
fix swift 4 version
2017-10-25 11:01:42 -04: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
Martin Barreto
30b9e41f0c
Merge pull request #461 from 432daiki/insert_child_5
...
Insert child_5 into childViewControllers
2017-10-11 10:06:43 -03:00
Martin Barreto
44cefabc12
minor improvement to get pod version from cocoapods repository
2017-10-05 14:50:46 -03:00
pera
b67f31b237
Merge pull request #394 from xmartlabs/swift4
...
Added support for swift 4
2017-10-05 14:19:45 -03:00
pera
342bdecce7
Updated README, CHANGELOG & podspec.
2017-10-05 14:17:18 -03:00
pera
07198bbb9b
- Fixed warnings
...
- Updated to recommended project settings
- Fixed travis
2017-10-05 11:48:37 -03:00
432daiki
711a0cf6e4
Insert child_5 into childViewControllers
2017-10-05 09:53:13 +09: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
6aede6891a
Merge pull request #371 from xmartlabs/feature/swiftlint
...
Add swiftlint & fixes
2017-05-23 14:10:28 -03:00
pera
0b7dc7fe8c
Upgrade travis
2017-05-23 13:28:58 -03:00