By NavigationItem, I assume you mean the top bar in a UINavigationController?

Where do you want to add it? In the middle or left/right side? The
middle is fairly easy, at least for segment controls:

                var segmentControl = new UISegmentedControl(new
RectangleF(0,0,200,25));
           //etc


                dvc.NavigationItem.TitleView = segmentControl;

(dvc is a dialogViewController, but it'll work with any UITableViewController)

left and right side might be harder tho.



On 22 April 2013 20:53, Mike Murdock <[email protected]> wrote:
> Anyone know how to do this?
>
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken
b. http://www.fastchicken.co.nz/
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to