Skip to content

ChuanqingYang/YYSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YYSlider

a custom slider with popover

[USAGE]

struct ContentView: View {
    @State var currentValue:CGFloat = 0
    var body: some View {
        YYSliderView(currentValue: $currentValue,showPopover: true,popoverDirection: .top)
    }
}

About

a custom slider with popover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages