Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The problem of vertical separator #140

Open
JJunLLee opened this issue Dec 16, 2019 · 0 comments
Open

The problem of vertical separator #140

JJunLLee opened this issue Dec 16, 2019 · 0 comments

Comments

@JJunLLee
Copy link

F27C836A-27E3-47E9-8F04-227C015CF68E

8A36631E-1B16-4958-B6F4-F7B7BC9CEFD5

hello, this my code,

private func segmentioOptions() -> SegmentioOptions {
return SegmentioOptions(backgroundColor: UIColor.lightGray,
segmentPosition: .fixed(maxVisibleItems: 4),
scrollEnabled: true,
indicatorOptions: segmentioIndicatorOptions(),
horizontalSeparatorOptions: SegmentioHorizontalSeparatorOptions(
type: .none,
height: 1,
color: .clear
),
verticalSeparatorOptions: SegmentioVerticalSeparatorOptions(
ratio: 1,
color: .white
),
imageContentMode: .scaleAspectFit,
labelTextAlignment: .center,
labelTextNumberOfLines: 1,
segmentStates: segmentioStates(),
animationDuration: 0.1)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants