我的情况类似(但并非完全相同),因为定制后纽特文正在消失,而arrow则可以见:。 甲型六氯环己烷
因此,如果任何人面临类似的情况,在定制的背顿文上消失背顿文,那么我的情况就是这样。
我将我的后台排在海关机车班以下:
private func customizeBackButton() {
let backImage = UIImage(named: "BackButton")?.withRenderingMode(.alwaysOriginal)
navigationBar.backIndicatorImage = backImage
navigationBar.backIndicatorTransitionMaskImage = backImage
UIBarButtonItem.appearance().setTitleTextAttributes([
NSAttributedString.Key.foregroundColor: UIColor.panoStoryYellow,
NSAttributedString.Key.font: UIFont(name: "Montserrat-SemiBold", size: 15)!
], for: .normal)
}
这使我感到:
Now when I tapped on the back button text, the text disappeared:
我确信,我遵循了上述所有答案,例如确定名称,确保 color色有效等。 然而,这并不奏效。
在我的案件中,我甚至需要为<条码>明灯条码>的背后状态确定如下特性:
UIBarButtonItem.appearance().setTitleTextAttributes([
NSAttributedString.Key.foregroundColor: UIColor.panoStoryYellow,
NSAttributedString.Key.font: UIFont(name: "Montserrat-SemiBold", size: 15)!
], for: .highlighted)
之后,背顿案文从未消失。