i m new with iOS, and i want to know how to make my slider to react only when the the touch is ended. i figure that out with the method:
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
But i can't make it work.
Does anyone can help me with simple & clear example?
Please, answer programmatically, i don't use storyBoard.
Thanks in advance!!!