gpt4 book ai didi

ios - 使用未解析的标识符 'UIMutableUserNotificationAction'

转载 作者:搜寻专家 更新时间:2023-10-31 22:47:31 25 4
gpt4 key购买 nike

我有一个单独的 Singleton 类,其中包含 LocalNotification 注册和 Action 设置代码。我得到了

Use of unresolved identifier error

也将所有类添加到 XCTest 目标。

enter image description here

最佳答案

只需导入UIKit框架

import UIKit

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

let mutNotification = UIMutableUserNotificationAction()
mutNotification.identifier = "Y"
}
}

关于ios - 使用未解析的标识符 'UIMutableUserNotificationAction',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34553546/

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