-
Library version: 1.0.2
iOS 13 introduced a new version of SegmentedControl with changes in API, and library does not support customizing it now. Every SegmentedControl made with it now looks like t…
-
Hey there!
I've been using jazzy for a while in RxSwift with the same command and configuration, and it seems some regression or change occurred since I'm now getting;
```
0% documentation cover…
-
After updates for Xamarin.Forms 4.2 and iOS13 I have an issue with Colors in SegmentedControl:
![Screen Shot 2019-09-30 at 10 01 34 AM](https://user-images.githubusercontent.com/34273070/65856232-bb0…
-
Hi,
Could you please provide a guide for building and running the example? I tried using iOS 13, but the example app does not seem to respond the inputs. Did I build it wrong, or am I using the inc…
-
Hello,
I am trying to run the application without using the IntroView. how suppose i can make the example run directly in the viewController
-
**Short description of the issue**:
Using `share` operator on `UISegmentedControl` `selectedSegmentIndex` observable emits duplicated events on subscribe.
**Expected outcome**:
```
side effe…
-
Hello, I just recently ran a pod update from 1.2.1 to 2.0.1. For whatever reason, Interface Builder is not recognizing the class anymore. It refuses to be set. So while the project compiles (after upd…
-
iOS: 10.0+
Xcode: 8.2.1
Eureka: 2.0.1
I am currently having trouble getting the SegmentedRow to hug its values, rather than spread itself across the row:
![Screenshot](http://i.imgur.com/YyFly1j…
-
Since version 2.2.2 buttons will remain pressed until a refresh was started manually.
This happens with all versions of ios 13 and also wit ios 12.4.1:
![0DD363BC-3EBF-4684-9681-A3229A09252D](htt…
-
I have a requirement where I want to remove the borders from the SegmentedBar on iOS. I figured the best way to do this is by extending the existing SegmentedBar and overriding the insert tab method. …