Post

Replies

Boosts

Views

Activity

Reply to tvOS: Cannot focus on all the buttons in a UIStackView
You can use debug view hierarchy to check if there is any view is covering your stack view. For me, the stack view was covered by navigationController, I hide it and the issue gone :)). Good luck! navigationController?.setNavigationBarHidden(true, animated: false)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22