UIButton automatically obtains a hover highlight effect in visionOS, but both the highlighted area and the corner radius cannot be customized.
I have attempted to modify the range and corner radius of UIPointerInteraction, but it does not work for visionOS.
Regarding UIView, I have reviewed the documentation and it seems that there is no relevant API.
Anybody know how to custom UIButton/UIView hover effect?