我想在导航栏上的标题左侧添加一个徽标.title属性似乎只采用NSString.将图像添加到导航栏的最佳方法是什么?
您可以使用以下图像替换标题视图:
navigationItem.titleView = [[UIImageView alloc] initWithImage: [UIImage imageNamed:@"title_bar.png"]];