TVLockupView : how to apply rounded corners ?

Feedback assistant ID: FB7745765

Description

On tvOS12+, when using a TVLockupView with an UIImageView inside an UICollectionViewCell, the property cornerRadius has no effect. If we set clipToBounds to true, the rounded corners appears but we loose the focus effect of the UIImageView.

What results I expected:

I expected to see rounded corners when define cornerRadius property.

What results I actually saw:

Rounded corners are not displayed.

Conclusion

How to apply rounded corners on UICollectionViewCell content on tvOS ?

Thanks.
Try setting the cornerRadius on the TVLockupView's contentView property.
Thank you for your response but i already tried to set the corner radius on the UICollectionViewCell, the TVLockupView, the TVLockupView's contentView or the UIIImageView with no success.

Note that if a put a TVPosterView (that inherit from TVLockupView) inside a UICollectionViewCell, it looses its "native" rounded corners.
I'm having similar issues. This component is flakey at best.

My issues... the poster is randomly losing its rounded corners. In my case, I'm adding badges and overlays to the internal imagveView.overlayContentView.

To be honest, I've had nothing but trouble with the TVPosterView since I started using it. Fix your stuff apple... provide us with well thought out polished api's and not just pretty devices.
Figured mine out... it turns out square corners are a symptom of a memory leak.
TVLockupView : how to apply rounded corners ?
 
 
Q