We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
The text was updated successfully, but these errors were encountered:
dscyrescotti
No branches or pull requests
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:
Expected behavior
Cards should be swipeable, main functionality is not working.
Device information (please complete the following information):
The text was updated successfully, but these errors were encountered: