需要自定义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
本文标题:self.navigationItem.titleView 添加
本文链接:https://www.haomeiwen.com/subject/uxszbqtx.html
网友评论