Nightonke / VHBoomMenuButton

A menu which can ... BOOM! - iOS
MIT License
582 stars 112 forks source link

Dragable Button can't boom #14

Closed AlasKuNull closed 6 years ago

AlasKuNull commented 6 years ago

When dragable is YES , button can't boom.

jalakoo commented 6 years ago

A user has to tap very quickly or dead straight up & down to kick off the boom before the drag handling begins. I think all of the BoomMenuButton's touch handling actions need to be replaced with gesture recognizers to handle this better.

AlasKuNull commented 6 years ago

Thanks for reply.