JGMediaPicker icon indicating copy to clipboard operation
JGMediaPicker copied to clipboard

Fix: Always assign a value to textColor and userInteractionEnabled

Open agnat opened this issue 10 years ago • 0 comments

Thing is: When setting allowsSelectionOfNonPlayableItem = NO and there are non-playable items more and more cells turn gray and become unresponsive. That is because the cells are reused but the textColor and userInteractionEnabled properties are not reset even if the new item is playable.

This should fix it.

agnat avatar Sep 01 '14 10:09 agnat