tvos-bootcamp
tvos-bootcamp copied to clipboard
UITabbar scroll issue is not working in tvOS15.
For the swipe down action, there is a property self.navigationController?.tabBarObservedScrollView which has to be added with tvOS 13 version check.
Now in tvOS 15, tabBarObservedScrollView is been deprecated. For this Apple provided an alternate property (i.e) self.navigationController?.setContentScrollView.
Try to add a fix for this scroll issue. We are looking for the next update.