Hello,
I already used SfTabV iew in previous project and didn't had serious problems with it.
But for a new one, I'm still stuck with basic problems ..
I have a Forms project, that include SfTabView Nuget, and iOS project iwth SfTabView and SfTabView.iOS
I called Init for renderer :
Syncfusion.XForms.iOS.TabView.SfTabViewRenderer.Init();
And here is my page :
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:tabView="clr-namespace:Syncfusion.XForms.TabView;assembly=Syncfusion.SfTabView.XForms"
x:Class="Design.Pages.TabPage">
<StackLayout BackgroundColor="Lime">
<tabView:SfTabView BackgroundColor="Fushia">
<tabView:SfTabItem Title="ITEM ONE"></tabView:SfTabItem>
</tabView:SfTabView>
<tabView:SfTabView BackgroundColor="Fushia">
<tabView:SfTabItem Title="ITEM ONE"></tabView:SfTabItem> <tabView:SfTabItem Title="ITEM TWO"></tabView:SfTabItem>
</tabView:SfTabView>
<tabView:SfTabView BackgroundColor="Olive">
<tabView:SfTabItem Title="ITEM ONE"></tabView:SfTabItem> <tabView:SfTabItem Title="ITEM TWO"></tabView:SfTabItem> <tabView:SfTabItem Title="ITEM THREE"></tabView:SfTabItem>
</tabView:SfTabView>
</StackLayout>
</ContentPage>
Any idea why SfTabViews does not appear ?
Regards,
Cyril
Attachment:
Screenshot_20190215_at_10.48.41_f1981bd2.zip