I'm need to build application with next design
The 3 pages - its main pages and must can be switch like carousel - but while switching - I need to mark active tab (for example set under text line with color and do bigger icon)
Also I need show master page. I'm really junior in Xamarin - so please give me tips - what are pages type I need to apply ?
Thank you.
Hi @AbaevDavid ,
Based upon you requirement you can use UITabBarController to switching between Pages.
https://developer.xamarin.com/guides/ios/user_interface/creating_tabbed_applications/
And for showing Master or Menu like pages you can Flyout Navigation component.
Answers
Hi @AbaevDavid ,
Based upon you requirement you can use UITabBarController to switching between Pages.
https://developer.xamarin.com/guides/ios/user_interface/creating_tabbed_applications/
And for showing Master or Menu like pages you can Flyout Navigation component.
https://components.xamarin.com/view/flyoutnavigation
Thank you. I forget add 1 important detail - I need Tabs on the top of page - on Android and iOS.
Thank you