iOS navigation menu Icon is not seen

Hi,
I have been using Syncfusion controls but for navigation consuming native Xamarin.Forms structure.
The weird thing is that iOS navigation menu icon (a.k.a hamburger icon) is not seen but clickable whereas I don't have such an issue for Android app.
I have tried to add following code but did not work. I have checked Expense Analysis tutorial at your github and there is no such an issue. However, I couldn't see the difference.
Thanks in advance for your precious support.
    public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.Forms.Init();

// Initialization methods to launch Syncfusion controls in iOS
SfButtonRenderer.Init();
SfGradientViewRenderer.Init();
SfTextInputLayoutRenderer.Init();

LoadApplication(new App());

new SfMaskedEditRenderer();
new SfNumericTextBoxRenderer();

UINavigationBar.Appearance.TintColor = UIColor.Black;

return base.FinishedLaunching(app, options);
}
iOS 


ANDROID 



1 Reply

RS Ramya Soundar Rajan Syncfusion Team April 28, 2020 05:07 AM UTC

Hi Murat, 
 
Greetings from Syncfusion. 
 
We have checked the reported query and  prepared the sample with the MasterDetailsPage and set the BarTextColor for the icon and it is working fine in the iOS platform. Please find the sample and code snippet from below, 
 
 

     navigationPage.BarTextColor = Color.Red; 

Screenshot:
 
 
 
Please check with the sample and if the issue still persists please modify the above sample or provide the sample which will be helpful for us to provide the solution at the earliest. 
  
Regards, 
Ramya S 


Loader.
Up arrow icon