The SegmentedControl component invalid on IOS.
See original GitHub issueVersion
2.1.5
Environment
antd-mobule@2.1.5
ios 10.3.2(14F89) 和 ios 11
Reproduction link
https://github.com/sundayha/test_app
Steps to reproduce
重现步骤点击提供的重现链接即可,很简单。
What is expected?
fix it thanks
What is actually happening?
The three component is did not work
一个issue
提了3个问题,请帮忙看下。多谢。
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Segmented Control not working as expected on Segment 0
Programmatically set the segment index in the viewDidAppear or viewDidLoad (upto your application requirements)
Read more >UISegmentedControl tintColor | Apple Developer Forums
In iOS 13 the UISegmentedControl is redesigned to be a more gentle and materialized component, and I believe tintColor is no longer ......
Read more >1.8. Grouping Compact Options with UISegmentedControl
A segmented control is a UI component that allows you to display, in a compact UI, a series of options for the user...
Read more >UISegmentedControl Programmatically (EASY) - YouTube
This tutorial is part of ios app development course. In this segment control swift tutorial we will talk about custom segmented control, ...
Read more >Segmented Control | SAP Fiori for iOS Design Guidelines
A segmented control is a horizontal bar divided into two or more mutually ... Related Components/Patterns: Segmented Control Form Cell.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
我们也遇到了苹果手机segment点击不了的问题;是因为segment `item中div遮住了点击元素的问题。我们使用css简单避开了;
@HelloHxz your method solves my problem.thx.