Programmer macrumors member Original poster Jun 16, 2009 79 0 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 Sep 2, 2004 15,982 454 The Centennial State 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.