Pavel Lukandiy
01b4b473f7
Merge branch 'fix/label-layout' of https://github.com/maxcampolo/Segmentio into fix/labels_width
2017-09-19 20:47:16 +03:00
Max Campolo
02126181c3
Remove .dynamic as the default segmentio initializer
2017-09-04 15:16:04 -04:00
Max Campolo
447ae9404b
Fixes segment width calculation and accounts for item styles with no text. Also updates example project to optionally take a segmentioPosition parameter.
2017-09-04 15:14:47 -04:00
Max Campolo
c37e26eadf
Merge branch 'master' into fix/label-layout
2017-09-04 13:35:05 -04:00
Elias Tykhonkov
acfd59e56c
Merge pull request #65 from Yalantis/fix/cell-highlited-color-changes-1
...
fix #39
2017-09-02 13:35:08 +03:00
Elias Tykhonkov
7b8ca108d7
fix #39
2017-09-02 13:33:54 +03:00
Elias Tykhonkov
42194e99c9
Merge pull request #61 from pauluhn/horizontal-none
...
Horizontal separator
2017-09-02 12:49:24 +03:00
Elias Tykhonkov
2f123fcb35
Merge pull request #60 from NSMyself/master
...
Add selected image
2017-09-01 18:53:20 +03:00
Ilya
9805a5106c
remove instant backgounr color replacment
2017-09-01 18:51:14 +03:00
Ilya
72c4974a43
changes after review
2017-09-01 17:33:02 +03:00
Ilya
2ffa43f898
Merge branch 'master' of github.com:NSMyself/Segmentio
2017-09-01 17:10:50 +03:00
Elias Tykhonkov
f81702be30
Update README.md
...
fixed markdown
2017-09-01 15:38:12 +03:00
Roman Kyrylenko
592929655c
Merge pull request #59 from grifas/add-accessibility-identifier
...
add accessibilityIdentifier on collection view to be accessible. By e…
2017-08-25 12:40:09 +03:00
Roman Kyrylenko
699cbee747
Merge pull request #62 from Yalantis/freaqed-patch-1
...
Create contributing.md
2017-08-18 16:01:23 +03:00
Roman Kyrylenko
7a1809a4a9
Create contributing.md
2017-08-18 16:00:48 +03:00
pauluhn
1b6a38609e
Fix UI bug.
2017-08-17 18:09:58 -05:00
pauluhn
85bed4548b
Add horizontal separator none.
2017-08-17 16:55:55 -05:00
João Pereira
42f55d33d2
Add selected image
2017-08-17 15:11:43 +01:00
Aurélien Grifasi
762b7b17cb
add accessibilityIdentifier on collection view to be accessible. By example with the KIF interface testing library ( https://github.com/kif-framework/KIF )
2017-08-17 16:04:10 +02:00
Igor Kislyuk
7473ff0b1d
Fix. Add more space for label
2017-03-30 17:53:14 +03:00
Serhii Butenko
8a21e29e89
Fix word overbounds ( closes #16 )
2017-01-17 08:46:08 +02:00
Boris Vinogradov
51f08913fb
Update README.md
2017-01-13 12:42:25 +02:00
Boris Vinogradov
8042192731
Update LICENSE
2017-01-13 12:42:00 +02:00
Serhii Butenko
80d911795c
Merge pull request #36 from piechart/master
...
Code examples updated to Swift 3 syntax
2016-12-21 22:52:05 +02:00
Michael Galperin
e14c5c0b16
Code examples updated to Swift 3
2016-12-21 23:44:54 +03:00
Max Campolo
19a6e00996
Adds dynamic segment positioning type where cells size varies based on content
2016-12-18 16:39:12 -05:00
Max Campolo
e46a86115d
Merge branch 'master' into fix/label-layout
2016-12-11 17:57:43 -05:00
Max Campolo
7ddc140724
Add support for dynamic cell positioning, replace maxVisibleItems with an enum parameter
2016-12-11 17:38:36 -05:00
Serhii Butenko
cf3f6aaba0
Merge pull request #32 from maxcampolo/fix/reload
...
Fix/reload
2016-12-09 18:20:55 +02:00
Serhii Butenko
dd65378ed5
Merge pull request #30 from maxcampolo/dev
...
SegmentioItem public getters
2016-12-09 18:20:28 +02:00
Max Campolo
05fb10bee7
Reload collection view in reloadSegmentio method
2016-12-09 10:49:16 -05:00
Max Campolo
50ecb102e7
Remove private setter
2016-12-06 09:22:06 -05:00
Max Campolo
6b542845f3
Make getter public for SegmentioItem variables
2016-12-05 11:47:17 -05:00
Serhii Butenko
06f6b0056b
Merge pull request #29 from Yalantis/feature/28
...
Feature/28
2016-12-01 14:52:43 +02:00
Serhii Butenko
13494d9f38
Bump version
2016-12-01 14:52:09 +02:00
Serhii Butenko
790e466868
Make items property public
2016-12-01 14:51:46 +02:00
Serhii Butenko
715b851ca0
Update ISSUE_TEMPLATE.md
2016-11-24 13:29:01 +02:00
Dmitriy Demchenko
a71ab5ecca
[Update] Segmentio.podspec
2016-11-24 12:29:38 +02:00
Dmitriy Demchenko
75aa08272e
[Update] Carthage: info.plist, project.pbxproj
2016-11-24 12:20:05 +02:00
Dmitriy Demchenko
73e1dd3402
[Update] plist.info
2016-11-24 12:17:03 +02:00
Dmitriy Demchenko
fab49af07c
[Update] project.pbxproj, Segmentio-Example.xcscheme
2016-11-24 12:15:46 +02:00
Dmitriy Demchenko
eeda04fffb
[Update] README.md
2016-11-24 12:14:08 +02:00
Dmitriy Demchenko
07f7d884fc
[Add] SegmentioBuilder
...
[Update] ExampleViewController: moved setup segmentioView logic to SegmentioBuilder
[Fix] Autolayout issue using Segmentio programtically
[Update] SegmentioItem, SegmentioCell: minor updates
2016-11-14 13:07:54 +02:00
Dmitriy Demchenko
e85b4ccb95
[Update] LICENSE file
...
[Add] ExampleViewController: overrided viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator)
[Add] Segmentio: added function interfaceOrientationDidChange
[Remove] Segmentio: removed var cachedOrientation
2016-11-11 17:05:00 +02:00
Dmitriy Demchenko
f93e6be578
[Update] LaunchScreen.storyboard: updated constraints for Xcode 8
...
[Update] Main.storyboard: updated constraints for Xcode 8
[Fix] ExampleViewController: fixed segmentioOptions function
2016-11-09 13:22:34 +02:00
Igor Muzyka
a97be5838e
Merge pull request #17 from IgorMuzyka/master
...
Fixes issue #1
2016-11-07 16:55:53 +02:00
Igor Muzyka
ac9cf49b69
Fixes issue #1
2016-11-07 16:55:21 +02:00
Igor Muzyka
848dfe4d32
Merge pull request #13 from kobylyanets/master
...
Added animationDuration and numberOfLines of segmentTitleLabel to SegmentioOptions.
2016-11-07 16:52:00 +02:00
Edward Kobylyanets
2808a754eb
Add animationDuration and numberOfLines of segmentTitleLabel to SegmentioOptions. Update README.md.
2016-10-19 09:56:52 +03:00
Serhii Butenko
34cf755361
Merge pull request #11 from Yalantis/swift3
...
Swift3
2016-10-10 08:23:15 +03:00