So, i have some UILabels and UITextViews in a Cell. My table was scrolling a little slow and i tried the "Color blending layers" utility available in iOS simulator and Instruments. It show in red the layers that are blending and are causing the slow scroll.
All of the elements were blending, so i put a white background to the UILabels (same as the cell) and now the UILabels are ok (they had clearColor as background before).
I did the same with the UITextViews, i selected white background, but they are still showing in screen as blending layers (colored in red).
Every UITextView configuration is done in interface builder, i tried with every option, but they still appear in red.
What do i have to do to the UITextViews so that their layers don't blend?
Thanks in advance!
PD: Sorry but i can't include captures