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
2009-02-16 07:46:58
if you have any sample code with you please forward me..
2009-02-16 09:00:03
Perhaps you should read http://www.whathaveyoutried.com/ .
Brad Larson
2009-02-16 14:13:41