I'm currently trying to get a UISlider to work.
I'm trying to set the strings value as 8 to start off with on view load.
Then when the slider changes value I want the string to update with that number, and then later on I can use the value in the string for a setDuration:## later on in another action.
Any ideas?