Feedback assistant ID: FB7745765
Thanks.
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.