NSDictionary *attributes = @{NSFontAttributeName:[UIFont systemFontOfSize:1], NSForegroundColorAttributeName:[UIColor clearColor]};
[[UIBarButtonItem appearance] setTitleTextAttributes:attributes forState:UIControlStateNormal];
NSDictionary *attributes = @{NSFontAttributeName:[UIFont systemFontOfSize:1], NSForegroundColorAttributeName:[UIColor clearColor]};
[[UIBarButtonItem appearance] setTitleTextAttributes:attributes forState:UIControlStateNormal];
本文标题:ios 设置返回 不要字只要箭头
本文链接:https://www.haomeiwen.com/subject/eyzesftx.html
网友评论