标签: ios swift
我已经具备了这些属性,但是如果我放置半透明图像,我的uinavigationbar就会变成白色
self.tintColor = .white self.backgroundColor = .clear self.setBackgroundImage(image) self.shadowImage = UIImage() self.isTranslucent = false