Feedback assistant ID: FB7745746
According to Apple Documentation:
Thanks.
Description
On tvOS12+, when using the TVLockupView, set the focusSizeIncrease is not enough to have a focus effect as described in the documentation.According to Apple Documentation:
Code Block var focusSizeIncrease: NSDirectionalEdgeInsets { get set }
https://developer.apple.com/documentation/tvuikit/tvlockupview/2967067-focussizeincreaseThe inset or outset values specifying your content's size increase when in focus.
Step by step
my app display an horizontal UICollectionView
when I focus an UICollectionViewCell that contains a TVLockupView, there is no focus effect.
What results I expected
A focus effect like described in the documentation.What results I actually saw
The TVLockupView object does not expands when it comes into focus.Conclusion
Has anyone come across this problem before ? What solution did you apply?Thanks.