UISlider initial value
i have an app that uses a slider and i am using the NSUserDefaults to tell my slider its value, but that works only when the user sets it, so say if they have only just installed the app for the first time then the slider value will be 0 and therefore causing you to not be able to use the app until you move the slider. is there any way to set the value until the user moves the slider. something like initial User Defaults?
|