嗨我尝试过很多教程但没有成功。我需要向已经有两个页面的应用添加一个菜单: 1.当用户访问应用程序时,一个视图似乎选择语言, 2登录视图 我希望出现菜单的3个主页。然后让菜单出现在可以从主页访问的所有页面中。 任何身体都可以帮助我?我是c#和xamarin的初学者,而且没有快速的知识
答案 0 :(得分:0)
It would have been useful to have seen what you've researched or tried already, but that being said, it's likely that you'd benefit from reading this Xamarin developer guide on how to implement a UITabBar, or UITabBarController†.
Just to give you an idea of what this is, here's an image of a UITabBar referenced from the guide:
It provides a series of buttons along the bottom of the UIViewController that allows the user to switch between UIViewControllers. iOS does not have an existing control that is similar to UWP/Androids 'Hamburger' menu, Apples preferred approach is the UITabBar.