Skip to content

Weigh pros and cons of UIView vs UIControl as the views. #2

@pwightman

Description

@pwightman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions