fluid-slider
fluid-slider copied to clipboard
:octocat:💧 A slider widget with a popup bubble displaying the precise value selected. Swift UI library made by @Ramotion
is there a way to use it in swiftui ?
Converted use of apis to newer standards so that framework can compile for Swift 4.2 and above
I can't figure out `sliderAge.attributedTextForFraction = { fraction in let formatter = NumberFormatter() formatter.minimum = 18 formatter.maximumIntegerDigits = 3 formatter.maximumFractionDigits = 0 let string = formatter.string(from: (fraction * 80) as...
I just downloaded iOS 13.1 and build my app with the new Xcode 11. The Slider does not work at all. It is impossible to slide, and the nob does...
Hello I am getting multiple issues with the carthage integration of this project in my app when submitting the app to the AppStore as follows: ``` App Store Connect Operation...
Hi all, is there a method of adding a second popup bubble to the slider to create a range function ? I want to create a popup bubble for the...
The import of `fluid_slider` does not work. I tried also with `import Slider` like in the Example and faced the same issue. Furthermore, some methods seem to have been renamed...
iOS 9 support and the support for assigning the text value to the value view through api slider.setValueViewText(NSAttributedString)