0

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 ?

Nimisha Ranipa
  • 8,304
  • 2
  • 14
  • 29

1 Answers1

0

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

Bimawa
  • 3,535
  • 2
  • 25
  • 45