Nimisha Ranipa
Nimisha Ranipa

Reputation: 8324

ASTableNode setSelected Change Background Color of ASDisplayNode in ios

I have used AsyncDisplayKit in my ios application. I am using ASTableNode of ASCellNode using ASVideoNode. It looks like perfect & working fine. But problem occurs when i enabled allowsMultipleSelectionDuringEditing and Select Row its change BackgroundColor of ASVideoNode.

How can i solve this ?

Upvotes: 0

Views: 449

Answers (1)

Bimawa
Bimawa

Reputation: 3710

It's UIKit feature try use custom view node under ASVideoNode as background view and change color in it, and overwrite setSelected methods. And try google this question by UIKit https://stackoverflow.com/a/3177264/887325

Upvotes: 0

Related Questions