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

Cards are not swipeable in tvos. #80

Open
prikshitgupta opened this issue Jan 13, 2024 · 0 comments
Open

Cards are not swipeable in tvos. #80

prikshitgupta opened this issue Jan 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@prikshitgupta
Copy link

prikshitgupta commented Jan 13, 2024

Describe the bug
Cards are not swipeable in tvos.
getting below warning

AX Safe category class '_UIFocusContainerGuideRegionAccessibility' was not found!
void * _Nullable NSMapGet(NSMapTable * _Nonnull, const void * _Nullable): map table argument is NULL

To Reproduce
Minimum amount of code to reproduce:

let colors: [Color] = [.blue, .brown, .black, .cyan, .green, .indigo, .pink, .purple, .red, .orange, .yellow]
var body: some View {
    ShuffleDeck(
        colors,
        initialIndex: 0
    ) { color in
        color
            .frame(width: 200, height: 300)
            .cornerRadius(16)
    }
}

Expected behavior
Cards should be swipeable, main functionality is not working.

Device information (please complete the following information):

  • Device: Apple TV 4K
  • OS: tvos 17
  • Xcode version: xcode 15
@prikshitgupta prikshitgupta added the bug Something isn't working label Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants