gpt4 book ai didi

ios - 大标题,居中对齐

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:04:43 24 4
gpt4 key购买 nike

我尝试在大标题模式下将标题居中,但该代码不受影响。在 AppDelegate 中:

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

let paragraphStyle = NSMutableParagraphStyle()
paragraphStyle.alignment = .center
UINavigationBar.appearance().largeTitleTextAttributes = [NSAttributedStringKey.paragraphStyle: paragraphStyle]

return true
}

最佳答案

大标题不能居中,它的位置在左边并且左对齐。标题的大小无关紧要,如果您希望标题居中,则必须创建自己的自定义标题。

关于ios - 大标题,居中对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48729077/

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