bobbyali / kidsvidz

KidsVidz - Simple and Safe iOS YouTube player for young children
0 stars 1 forks source link

Add visual cue for long touch gesture #10

Closed bobbyali closed 9 years ago

bobbyali commented 9 years ago

Need to give more clues that GUI is responding when trying to load settings menu

bobbyali commented 9 years ago

Initially, only one would be recognised (the shorter duration one).

http://www.raywenderlich.com/76020/using-uigesturerecognizer-with-swift-tutorial

Had to add a gesturerecogniser delegate method, then connect each gesturerecogniser delegate property to the view controller.

bobbyali commented 9 years ago

Added a growing red bar that turns green when ready.