Is there an easy way delay a method call for 1 second?
I have a UIImageView
that reacts on a touch event. When the touch is detected, some animations ha
There are already a lot of answers and they are all correct. In case you want to use the dispatch_after
you should be looking for the snippet which is included inside the Code Snippet Library
at the right bottom (where you can select the UI
elements).
So you just need to call this snippet by writing dispatch in code: