We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you press the button on the switcher quickly, the button is highlighted at the same time as follows. It's a small error, but it reports.
The text was updated successfully, but these errors were encountered:
Thanks for feedback!
This is definitely a bug and I will try to fix it. And are you use SegementSlideDefaultSwitcherView?
Sorry, something went wrong.
@Jiar Yes. I'm using SegementSlideDefaultSwitcherView.
// MARK: - SegementSlide private let defaultSwitcherView = SegementSlideDefaultSwitcherView() private var indicatorWidth: CGFloat = ... public override func segementSlideSwitcherView() -> SegementSlideSwitcherDelegate { defaultSwitcherView.delegate = self defaultSwitcherView.ssDataSource = self defaultSwitcherView.backgroundColor = .mainBlack return defaultSwitcherView } open var switcherConfig: SegementSlideDefaultSwitcherConfig { let font = UIFont.flexible(systemFontSize: 12.0, weight: .medium) let color = UIColor.white return SegementSlideDefaultSwitcherConfig(type: .segement, normalTitleFont: font, selectedTitleFont: font, normalTitleColor: color.withAlphaComponent(0.3), selectedTitleColor: color, indicatorWidth: indicatorWidth, indicatorHeight: 1.0, indicatorColor: .white) } open override func setupSwitcher() { super.setupSwitcher() defaultSwitcherView.config = switcherConfig } // MARK: - ....
No branches or pull requests
If you press the button on the switcher quickly, the button is highlighted at the same time as follows.
It's a small error, but it reports.
The text was updated successfully, but these errors were encountered: