Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LiquidFloatingActionButton.swift #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update LiquidFloatingActionButton.swift #35

wants to merge 2 commits into from

Conversation

deathslocus
Copy link

Added didTapped method to delegate
Added didLongTapped method to LFAB and delegate

Added didTapped method to delegate
Added didLongTapped method to LFAB and delegate
@yoavlt
Copy link
Owner

yoavlt commented Jan 15, 2016

Thank you @deathslocus ! I totally agreed with this feature, but why do you use NSTimer instead of UILongTapGestureRecognizer?

@deathslocus
Copy link
Author

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

@zemadara
Copy link

hi,
i don't know how can i merge this pull request with the pod to user it, can you help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants