views:

162

answers:

1

hi any one help me how to add a uiview as subview to navigationbar

A: 

Look at the class reference

UINavigationBar inherits from UIView : UIResponder : NSObject

So you can invoke the addSubview methode

F.Santoni
if you have any sample code with you please forward me..
Perhaps you should read http://www.whathaveyoutried.com/ .
Brad Larson