I have gone through with this link xamarin tabs link for applying the tabs in my xamarin IOS application. and tabs has been successfully applied but i need this tabs should appear on the top of the application's header part.but I have not found any method or property for adjusts the tabs position. So Please help me , and any help will be appreciated.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Apples Human Interface Guidelines specify that a Tab Bar should always appear at the bottom edge of the screen.
回答2:
You can try adding a UIToolbar instead of UITabBar, you can position it at design time at the desired location, and add UIButton or any other UIBarItems.
Hope this helps.