tvos-bootcamp icon indicating copy to clipboard operation
tvos-bootcamp copied to clipboard

UITabbar scroll issue is not working in tvOS15.

Open ChandruM2004 opened this issue 2 years ago • 1 comments

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.

ChandruM2004 avatar Apr 22 '22 11:04 ChandruM2004