Programmer macrumors member Original poster Jul 13, 2009 #1 does anyone know if you can detect if a slider is at a certain percent. If so please help.😀
dejo Moderator emeritus Jul 13, 2009 #2 Yes, it's possible. You'll want to set up an IBAction (if using IB) or a target/action (if doing it thru code) for your slider to respond to the UIControlEventValueChanged event.
Yes, it's possible. You'll want to set up an IBAction (if using IB) or a target/action (if doing it thru code) for your slider to respond to the UIControlEventValueChanged event.