gpt4 book ai didi

ios - UINavigationBar 设置背景图像中心 swift..?

转载 作者:可可西里 更新时间:2023-11-01 00:42:04 25 4
gpt4 key购买 nike

我把背景图片放在这里:

self.navigationController.navigationBar.setBackgroundImage(image, forBarMetrics: .Default)

但是,重复图像。不,我希望它被重复给我并把它放在中心......?

最佳答案

以下是使用 UIAppearance 和 UIImage API 修复它的方法:

// disable image stretching by defining left and top caps. 
let navbarImage = image.stretchableImage(withLeftCapWidth: 1, topCapHeight: 1)
UINavigationBar.appearance().setBackgroundImage(navbarImage, for: .default)

之前的例子: enter image description here

修复后: enter image description here

关于ios - UINavigationBar 设置背景图像中心 swift..?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42496872/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com