toptabbedpage-xamarin-forms icon indicating copy to clipboard operation
toptabbedpage-xamarin-forms copied to clipboard

Page not showing in iOS

Open rensvmoorsel opened this issue 3 years ago • 0 comments

On android, it works fine. But in iOS, I don't see the pages and the tabbar. image I added this line to the app delegate file: TopTabbedRenderer.Init(); The code of the page is this: <?xml version="1.0" encoding="utf-8" ?> <forms:TopTabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="PrimeFlex.Views.ReservationsOverviewTabManager" xmlns:views="clr-namespace:PrimeFlex.Views" xmlns:forms="clr-namespace:Naxam.Controls.Forms;assembly=Naxam.TopTabbedPage.Forms" BarTextColor="White" BarIndicatorColor="{StaticResource Primary}" BarBackgroundColor="{StaticResource Primary}" Title="Reservations overview"> <views:ReservationsOverviewPage Title="Date overview" /> <views:UsersReservationsPage Title="User overview" /> </forms:TopTabbedPage>

rensvmoorsel avatar Aug 24 '21 17:08 rensvmoorsel