gpt4 book ai didi

ios - 无法调用非函数类型的值 'UIScreen'

转载 作者:可可西里 更新时间:2023-10-31 23:58:33 27 4
gpt4 key购买 nike

window = UIWindow(frame: UIScreen.mainScreen().bounds)

在这一行我得到了上面的错误。根据以前的帖子,我看到它在 Swift 3.0 中发生了变化,但我不知道如何修复它。我该如何更改?

最佳答案

更改为 window = UIWindow(frame: UIScreen.main.bounds)

主要变化是从 .mainScreen().main

主要是 Swift 3 将它们的很多函数调用更改为属性类型

关于ios - 无法调用非函数类型的值 'UIScreen',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46312204/

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