Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page not showing in iOS #48

Open
rensvmoorsel opened this issue Aug 24, 2021 · 0 comments
Open

Page not showing in iOS #48

rensvmoorsel opened this issue Aug 24, 2021 · 0 comments

Comments

@rensvmoorsel
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant