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
空白之后,稍微划一下又会正常显示
我尝试hack解决了下:在JXSegmentedViewDelegate的func segmentedView(_ segmentedView: JXSegmentedView, didSelectedItemAt index: Int)调用一次segmentedView.listContainer?.didClickSelectedItem(at: index)就解决问题了,但是感觉这个位置不是很合适,还没太看明白要写在那个位置最合适。
JXSegmentedViewDelegate
func segmentedView(_ segmentedView: JXSegmentedView, didSelectedItemAt index: Int)
segmentedView.listContainer?.didClickSelectedItem(at: index)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
空白之后,稍微划一下又会正常显示
我尝试hack解决了下:在
JXSegmentedViewDelegate
的func segmentedView(_ segmentedView: JXSegmentedView, didSelectedItemAt index: Int)
调用一次segmentedView.listContainer?.didClickSelectedItem(at: index)
就解决问题了,但是感觉这个位置不是很合适,还没太看明白要写在那个位置最合适。The text was updated successfully, but these errors were encountered: