My app is in prototype stage of development. Some sliders do not have any action assigned to them either through storyboard or programmatically.
I need to display an alert when slider drag stops during testing. Can this be done through an extension of UISlider?
How can I assign a default action to UISlider when the drag ends to show an alert unless another action is assigned via interface builder or programmatically?