Skip to content

Page not showing in iOS #48

@rensvmoorsel

Description

@rensvmoorsel

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions