gpt4 book ai didi

ios - 属性 'self.title' 未在快速调用 super.init 时初始化

转载 作者:搜寻专家 更新时间:2023-10-30 22:09:32 24 4
gpt4 key购买 nike

<分区>

我有一个派生自 UIView 的类,但我初始化它时总是显示错误“Property 'self.title' not initialized at super.init call in swift”

这是我的代码

class A: UIView
{

var title : String
var recordUrl : String
var content : String

required init?(coder aDecoder: NSCoder) { fatalError("init(coder:) has not been implemented") }

init(frame : CGRect ,title : String, recordUrl : String , content : String)
{
super.init(frame: frame)

self.title = title
self.recordUrl = recordUrl
self.content = content
}
}

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