Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以自定义导航栏上的后退按钮,但为了让我显示左箭头形状,我是否需要专门使用左箭头创建自定义图像?
或者有一种方法可以使用带有箭头形状的原始后退按钮,而只需将我的背景图像应用到它上面?
提前致谢!
使用左箭头将yourButton设置为自定义图像
self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc] initWithCustomView:yourButton] autorelease];
您不能修改原来的 BACK 按钮。