Create an action and assign it as selector for valueChanged action of UISlider. Inside that method, perform a simple check:
If slider's value is less than 50, set it to 50.
If you need any further help, I can write some sample code after my class. Hope it helps!