Is it possible to set some image as title of Navigation bar?
I think NYTimes application used a Navigation bar and title is look like image file (the reason why it\'
In MonoTouch you can use this:
this.NavigationItem.TitleView = myImageView;