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.
↧
How replace TitleView with UITextField in iOS
↧