-
Succinct allows you check selected segment title. Is there a way to check unselected ones?
-
Segment Control (Array List)
```
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
{
UISegmentedControl * segmentControl;
}
- (void)vie…
-
**Describe the bug**
On selection of new segment, i change userInterfaceStyle in animated block. During this labels of the segmentControl, also animate. How to fix this?
Thanks.
**To Reproduce*…
-
Hi,
I noticed something strange with the segment control I created programmatially with SJFluidSegmentedControl. The third segment appears faded/lighter in color than the 2nd segment. Please see sc…
-
I got an error when importing SegmentedControl.FormsPlugin.Android;
-
How to set delegate or selection changed method?
-
when use carbonKit in arabic app there are right padding space between segmentControl and view here the image
![simulator screen shot - iphone 7 - 2018-07-17 at 11 51 23](https://user-images.githubu…
-
Great repo :+1:
I just wondering is there an easy way to glue the segmentControl below navigation bar while scrolling?
It will be great if there is an API to accomplish this.
-
First, thank you for making this control available. Can you explain the purpose of the extension `HSegmentControlDataSource`?
I thought it's purpose was so an adopter of the `HSegmentControlData…
-
**App Base:** Xamarin.Forms
**SegmentControl version:** 2.0.1
**Calling**
SegmentControlRenderer.init() in MainActivity
**Result:**
Runtime exception:
Default constructor not found for type…