Update LiquidFloatingActionButton.swift
Added didTapped method to delegate Added didLongTapped method to LFAB and delegate
Thank you @deathslocus ! I totally agreed with this feature, but why do you use NSTimer instead of UILongTapGestureRecognizer?
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 if you like there is no reason I have to keep it on NSTimer. Updated the fork should build now
hi, i don't know how can i merge this pull request with the pod to user it, can you help me?