Reputation: 8324
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
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