Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tvOS 13 为UITabBarController.
UITabBarController
UITabBarController是否可以在使用Xcode 11 编译的 tvOS 13 应用程序中使用先前版本的 tvOS 9-12 中的默认 UI ?
tvOS 9-12 UITabBarController(所需的用户界面):
电视操作系统 13 UITabBarController:
如果您正在谈论新 UI 的“始终在顶部”行为,那么您可以使用以下方法进行更改:
var tabBarObservedScrollView: UIScrollView? { get set }