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.
大家好 有谁知道如何在 TTTabBar 中设置默认 TTTabItem?我能够默认加载相应的页面,但我无法在 TTTabBar 列表中将项目检查为默认值。
到目前为止,总是检查第一个 TTTabItem。
谢谢和最好的问候, Doonot
NSInteger default = 0; [self tabBar:_tabBar tabSelected:default];