I want to keep a button in highlighted state image until a second touch to release it to the normal state.
I've try the dispatch_async
method, but it simply couldn't be back to normal state after another click.
(I'm coding in Swift so performSelector:WithObject
method doesn't work either.)