Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Fix ASTableViewCell's node selected/highlighted property - #821

Closed
vitalybaev wants to merge 1 commit into
facebookarchive:masterfrom
vitalybaev:ASTableViewCellSelectedHighlightedFix
Closed

Fix ASTableViewCell's node selected/highlighted property#821
vitalybaev wants to merge 1 commit into
facebookarchive:masterfrom
vitalybaev:ASTableViewCellSelectedHighlightedFix

Conversation

@vitalybaev

Copy link
Copy Markdown
Contributor

When user highlight/select cell, - (void)setSelected:(BOOL)selected animated:(BOOL)animated and - (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated are fired instead of - (void)setSelected:(BOOL)selected and - (void)setHighlighted:(BOOL)highlighted

@appleguy

appleguy commented Nov 7, 2015

Copy link
Copy Markdown
Contributor

@vitalybaev does this apply on all iOS versions back to 7, our minimum supported one?

BTW, most importantly...how does a developer disable the selected / highlighted state on the cell if they are programming an ASCellNode subclass? Don't we need a back-pointer from the ASCellNode to the UITableViewCell / UICollectionViewItem?

@appleguy

appleguy commented Nov 9, 2015

Copy link
Copy Markdown
Contributor

@vitalybaev closing because this is included in #823

@appleguy appleguy closed this Nov 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants