Ross Leitch
Ross Leitch
Hi Alex, I have added didTapped and didLongTapped methods to the delegate. If you want to wire behaviour to the LFAB you should be able to add didTapped method to...
To get this to work you need to add the code from either my fork or from the pull request. To listen to the didTapped func you need to add...
It is currently just a Pull Request (#35)
You need to add the function into the delegate which will be different depending on how your project is setup. Then call whatever function in the delegate call. If you're...
I guess so, just write the functionality yourself. It's a very small change
Whoops forgot to unwrap the delegates. NSTimer over UILongPressGestureRecognizer mainly because it was easier for me to implement that with your existing onTapped functions, I can change it to UILongPressGestureRecognizer...
What's wrong with https://gist.github.com/markrjr/0519268f69a5823da17b ?