Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How replace TitleView with UITextField in iOS

$
0
0

In Android I can approach this by subclass PageRenderer and use ActionBar.SetCustomView().
I've tried it by subclass PageRenderer, codes like bellow
//---------
this.NavigationItem.TitleView=new UITextField(new CGRect(40, 0, 100, 45));
but it do not work.


Viewing all articles
Browse latest Browse all 58056

Trending Articles