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.
我有一个带有四 (4) 个 TabBarItems 的 TabBarController ...如何处理每个 TabBarItem 以便我可以捕获被点击的事件?
将委托连接到 UITabBarController 上的ViewControllerSelected事件以处理选项卡选择更改。事件 args (UITabBarSelectionEventArgs) 包括被选中的 ViewController,您可以从那里进行处理,尽管以稍微颠倒的方式。