You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Button actions weren't working at all on tvOS because
UIControl.Event.touchUpInside doesn't get triggered on
tvOS. Instead button interactions trigger
UIControl.Event.primaryActionTriggered. tvOS buttons
also have some weird foreground color stuff, see
comments I left in the code.
0 commit comments