SJFluidSegmentedControl icon indicating copy to clipboard operation
SJFluidSegmentedControl copied to clipboard

A segmented control with custom appearance and interactive animations. Written in Swift 3.0.

Results 18 SJFluidSegmentedControl issues
Sort by recently updated
recently updated
newest added

How can I simply make the selected segment font bold? Please accept my apologies if my request does not hit nail on the head.

Add supported to Swift4

First of all, thank you fort his incredible library. There's a very small bug which displays the third (the first and the second work fine) label (in your example it's...

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 screenshot below. ![screen...

Hi, For iOS projets it's will be great to make your component [Carthage](https://github.com/Carthage/Carthage) compatible Take a look at these articles: - [Ruthlessly Simple Dependency Management with Carthage](https://bit.ly/2IWvGks) - [Carthage Tutorial:...

feature request

I have 3 container view and I want to connect these and SJFluidSegmentedControl. I've tried this `if segmentedControl.currentSegment == 0 { firstContainerView.alpha = 1 secondContainerView.alpha = 2 // bla bla...

I'm getting the following error: Overlapping accesses to 'colors', but modification requires exclusive access; consider copying to a local variable

Perhaps there could be a "noItemSelected"-ish setting, that initializes the view without any item selected?

Hello and thanks for the great work you've done on the project. I'm facing an issue where the delegate method is not being called when the selected index is changed...