我有一个UIImageView,我将其设置为导航项的title view属性。除了我的某些图像有些大以外,我已经使所有工作正常。我相信我需要对图像进行某种形式的插入。有谁知道如何做到这一点?这是我的代码:
let rpLogo = UIImageView(forAutoLayout: ())
rpLogo.contentMode = .scaleAspectFit
rpLogo.kf.setImage(with: URL(string: request.rpInfo.wordmarkUri), placeholder: UIImage(asset: Assets.about))
navigationItem.titleView = rpLogo