Skip to content

How to record touch events for BEMCheckBox in UITableView or UICollectionView #83

Description

@chejarla-venkatesh

I am having a collectionView with images and a checkBox on the topLeft corner and I want to record tap event for the checkBox so that I can save the state of the cell to overCome scrolling problem for collectionView.. If the checkBox is in normal View I can conform to the protocol and implement didTap(_ checkBox: BEMCheckBox) to handle and listen to touchEvents but what if the checkBox is placed in a collectionViewCell. All I want to know is, can I create a action method or implement a function and add it as target to the reference of BEMCheckbox like below??
stateCheckBox.addTarget(self, action: #selector(checkBoxTapped(_:)), for: .touchUpInside)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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