需要自定义UIView?
重写
-(id)initWithFrame:(CGRect)frame
{
? ? if(self= [superinitWithFrame:frame]) {
? ? }
? ? return self;
}
self.navigationItem.titleView = youcustomView
需要自定义UIView?
重写
-(id)initWithFrame:(CGRect)frame
{
? ? if(self= [superinitWithFrame:frame]) {
? ? }
? ? return self;
}
self.navigationItem.titleView = youcustomView