-
**Description of the problem:**
`-[UIImageView setSelected:]: unrecognized selector sent to instance 0x7feb1ec6f3a0`
in
-
Hello, I'd love to use your SegmentedControl, but when I try add it by storyboard or programmatically in Swift I getting the same old view from iOS 12.
Am I doing something wrong? Thank you for help…
-
Hi @1iveowl
We need your SegmentedControl having a property for coloring the not selected tab back again. Earlier it was working, but now the not selected tab is colored the same as its background.
…
-
In light mode, the UISegmentedControl's text for selecting top/best/new is low-contrast.
![IMG_1538](https://user-images.githubusercontent.com/37990858/67725574-349e4680-fa26-11e9-9133-13d52119774a…
-
Hi! Library has problems with new element implementation in latest iOS 13 Beta. Could you please update behavior of theme_tintColor property on it?
-
We need a control similar to Tab control. iOS has UISegmentedControl as shown below
![sementedcontrol](https://cloud.githubusercontent.com/assets/1896163/18661685/ff94d5e8-7f0e-11e6-9b17-4e0a20ef8e43…
-
Hello, could you add support for the new method `setTitleTextAttributes:for:` that was added in `UISegmentedControl` with iOS 13?
Thanks
-
## Steps to Reproduce
1. Create a Xamarin project for iOS
2. Add a UISegmentedControl to any view
3. Put a breakpoint anywhere
4. Attempt to get/set the value for the SelectedSegmentTintColor pr…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Lot's of localizations are too long …
-
**Description of the problem:**
Inside any new project, the newer version of MultiSelectSegmentedControl (2.0+) doesn't get cast to a UISegmentedControl anymore. Perviously when I wanted to use Multi…