swift - Remove visual appearance of "Adjust image when focused" in tvOS -


i have uicollectionviewcell fullsize image (constrains: 0,0,0,0).

i added optional image (a 'watched image') above full screen image. works.

due fact there 'zoom effect' if cell focused, have enable adjust image when focused attribute. both images resizes wished.

the problem is, feature adds grey shadow layer 'watched' label not good.

thats why need feature of resizing without visual appearance of it.

is possible?

in storyboard, try move 'watched image' in same level collection view comes after collection view in view hierarchy. should place optional view on top of collection view cell , avoid shadow falling on top of it.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -