You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On android, it works fine. But in iOS, I don't see the pages and the tabbar.
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>
The text was updated successfully, but these errors were encountered:
On android, it works fine. But in iOS, I don't see the pages and the tabbar.
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>
The text was updated successfully, but these errors were encountered: