-
There is no example code that does this and neither is there documentation. Is it supported or is this framework purely front-end?
atalw updated
5 years ago
-
A `segmentIndicator` could "refuse" to be selected.
There would different colors for the title of such a segmentIndicator.
What do you think?
Otherwise, your lib is great, thanxx!
-
SegmentedSwitch accessibility should mimic Apple's SegmentedControl.
Task is created as a conclusion of [discussion](https://github.com/kiwicom/orbit-swiftui/pull/403#discussion_r1055212149):
-
When using SegmentedControl on a xaml page, rendering is correct on all platforms (iOS/Android). If I dynamically create a control and add it to a layout:
```
var seg = new SegmentedControl{ ... }
…
-
I got an error when importing SegmentedControl.FormsPlugin.Android;
-
Listview itemtapped not working if there is any button or any event control inside.Any help is highly helpful.Thanks is advance.
`
```
…
-
Hello,
i updated to iOS 13 and can't use the segmentedControl anymore because of the new swipe selection. The problem is that my SegmentedControl is inside a scrollview because i have a lot of seg…
-
![image](https://user-images.githubusercontent.com/157338/78644010-c79daf80-78e7-11ea-9ca2-8ea652205716.png)
*(`react-native-resegmented-control` vs `react-native-community/segmented-control`)*
Sl…
-
In ScrollView-Example DEMO, I set `self.segmentedControl.autoAdjustSelectionIndicatorWidth = YES;` then I draging scrollView, it appear like this...
-
Hi as above!
possible to disable part of the segment?
like this ? `self.segmentedControl.setEnabled(false, forSegmentAt: 0);`