Yeah, that does the trick! Now I need to figure out how to change it on XCode Cloud.
Post
Replies
Boosts
Views
Activity
Yeah, that's what did the trick for me!
Wrapping tabBarController.selectedIndex = selectedIndex into UIView.performWithoutAnimation did the trick for me.
UIView.performWithoutAnimation {
tabBarController.selectedIndex = selectedSegmentIndex
}
Awesome! That was it! Thank you for your comment @zulfishah! Very helpful!
No, you are right. You don't need XCode Beta 13 to use the Nearby Interaction framework.