We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

SfTabView not displayed

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

1 Reply

DR Dhanasekar R Syncfusion Team February 18, 2019 12:55 PM UTC

Hi Christophe,  
  
Greetings from Syncfusion. 
 
We have created sample as per your code snippet and we are unable to reproduce the issue from our sample. Please find the sample from below location. 
 
  
Regards,  
Dhanasekar  
 


Loader.
Live Chat Icon For mobile
Up arrow icon