我的导航栏标题有一个自定义视图,我的设置如下:
UIImageView *titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"CustomTitleView.png"]];
self.navigationItem.titleView = titleView;
这在模拟器上按预期工作,但在设备上测试时不显示。
非常感谢任何帮助!
我的导航栏标题有一个自定义视图,我的设置如下:
UIImageView *titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"CustomTitleView.png"]];
self.navigationItem.titleView = titleView;
这在模拟器上按预期工作,但在设备上测试时不显示。
非常感谢任何帮助!