来自dox:
- 如果要使用自定义图像替换默认的 V 形,还需要创建自定义蒙版图像。iOS 7 使用遮罩使前一个屏幕的标题在导航转换期间出现或消失在 V 形中。要了解控制后退按钮和遮罩图像的属性,请参阅 UINavigationBar 类参考。
在 UINavigationBar 类参考中:
返回指标图像
后退按钮旁边显示的图像。@property(nonatomic, retain) UIImage *backIndicatorImage 讨论
如果要自定义返回指示器图像,还必须设置 backIndicatorTransitionMaskImage。可用性
Available in iOS 7.0 and later.
也可以看看
@property backIndicatorTransitionMaskImage
在 UINavigationBar.h backIndicatorTransitionMaskImage 中声明
在推送和弹出转换期间用作内容掩码的图像。@property(nonatomic, retain) UIImage *backIndicatorTransitionMaskImage 讨论
如果要自定义返回指示器图像,还必须设置 backIndicatorImage。可用性
Available in iOS 7.0 and later.
也可以看看
@property backIndicatorImage
在 UINavigationBar.h 中声明
请原谅我的无知,但提供的信息并没有告诉我太多。
是否有一个 Cocoa 类可以制作具有所需图像的蒙版?还是我需要提供框架、弧线等?还是我只是在编辑器中为我的图像制作黑色轮廓?