You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm kind of leaning toward UIView + gesture recognizers instead of UIControl, that way you'd have more control than just UIControlEvents, plus more leniency for the user of the library (they can still use UIControl if they want).
In fact, we might even want to just leave touch handling out altogether since it could be done easily by the user. Maybe just didSelect and leave the more complicated (long-presses) to the user.
The text was updated successfully, but these errors were encountered:
I'm kind of leaning toward UIView + gesture recognizers instead of UIControl, that way you'd have more control than just UIControlEvents, plus more leniency for the user of the library (they can still use UIControl if they want).
In fact, we might even want to just leave touch handling out altogether since it could be done easily by the user. Maybe just didSelect and leave the more complicated (long-presses) to the user.
The text was updated successfully, but these errors were encountered: