Skip to content
Azmal Tech edited this page Dec 16, 2016 · 1 revision

at first select slider in storyboard, put minimum and maximum value of slider in attribute-inspector.

in customViewController.swift , inside action slider

customLabelName.text = String(Int(sender.value))

Clone this wiki locally