Closed rookiejava closed 4 years ago
This PR adds the following two features.
ItemLongPressed
ℹ️ Remark The cells that support selection mode are the following three cells, and can be used only when used with the CircleListView. SelectModeTextCell SelectModeImageCell SingleTextCell
ℹ️ Remark The cells that support selection mode are the following three cells, and can be used only when used with the CircleListView.
None
Added:
ItemLongPressed working great. thank you :)
Description of Change
This PR adds the following two features.
ItemLongPressed
event to CircleListViewItemLongPressed
event added above. For detailed usage, please refer to the example code in this PR.Bugs Fixed
None
API Changes
Added:
Behavioral Changes
None