Sftabview do not working in XF 4.5 and Sftabview 18.1.0.44

In my project, I using Sfabview, it worked in android 9.0 API 28 but not working in ios 13.2, before updating it still work normally. This my project :RssNewsApp.

3 Replies

RS Ramya Soundar Rajan Syncfusion Team April 17, 2020 02:25 PM UTC

Hi TruongCP,

Greetings from Syncfusion.

We have checked the sample provided and found that code snippet for TabviewRenderer was not added in AppDelegate . We have modified the sample based on this and checked and it is working fine.Please find the code snippet for this

 
Code Snippet:

 
 public override bool FinishedLaunching(UIApplication app, NSDictionary options) 
        { 
            global::Xamarin.Forms.Forms.Init(); 
            LoadApplication(new App()); 
            new SfTabViewRenderer(); 
            return base.FinishedLaunching(app, options); 
        } 
  
Please check the above modified sample and if the issue still persists please provide the issue reproducing steps or video representation for this. This will be helpful for us to provide the better solution at earliest. 
 
Regards, 
Ramya S 



TR TruongCP April 18, 2020 03:13 AM UTC

It's worked, thank you so much


SP Sakthivel Palaniyappan Syncfusion Team April 20, 2020 05:35 AM UTC

Hi TruongCP,

Thanks for your valuable feedback.

Please let us know if you have any other queries.

Regards,
Sakthivel P.
 


Loader.
Up arrow icon