I am tryin to add a custom button in the UI navigation controller toll bar i dis this as follows
- created a class derived from UInavigation controller
2 .Overloaded the viewdidload as follows
{
logoutbutton = new UIbarbutton{..}
navigationitem.RightBArbutton = logoutbutton }
Please help me in resolving the issue