Заголовок на моей xaml-странице оболочки не отображается, это мой код:
<Shell xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:LoanApp2.Views" xmlns:bindingVM="clr-namespace:LoanApp2.ViewModel" xmlns:contentView="clr-namespace:LoanApp2.ContentViews" mc:Ignorable="d" Title="Hehehe" x:Class="LoanApp2.MainPage" BackgroundColor="#62bef0" >
Как видите, заголовок уже объявлен, но не отображается. Еще пробовал:
<Shell.TitleView> <Label Text="Hehe"/> </Shell.TitleView>
Но все равно не работает. Страница оболочки вызывается предыдущим экраном с кодом Application.Current.MainPage = new MainPage();
Application.Current.MainPage = new MainPage();