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