Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Visual Effects on tvOS #574

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Jul 7, 2024

  1. Simplify customization of SPAppleTVButton's focus effect using backgr…

    …ound images for the normal and focused state. In addition, clear the background color of all subviews to only have the wanted background image and to fix the "unsharp" border caused by `_UIFloatingContentCornerRadiusAnimatingView`.
    asshoffm committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5e161b3 View commit details
    Browse the repository at this point in the history
  2. Customize the background color of the category table view cells while…

    … keeping the rounded corners and focus effect (only affects tvOS >= 14). Background and text color are hardcoded for now since they are not included in view data from the backend.
    asshoffm committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d5dacff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1f2ce0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c972dd View commit details
    Browse the repository at this point in the history