I added a UISlider in interface builder in my iOS application. Can I make it so that the user can see the value of a UISlider while he/she is altering it?
Is there an interface builder setting I can change to easily implement this, or must I implement an IBAction that alters a UILabel on the screen based on the slider's value?