I have added a TitleView for my Shell which displays the title of the page based on my data and a image.
Code for reference:
The above code is working perfectly in Android but not in iOS.
The problem with iOS is the Label control is not fitting properly in the Grid and it is overlapping on the Grid.Column=”1″. Please check the below screenshots from Android and iOS for better understanding:
Screenshot from Android:
Screenshot from iOS:
Is it a known issue of Shell.TitleView in iOS device or am I missing something?