标签: ios swift uikit
如果要定义视图,则需要以下内容。 init?(coder aDecoder: NSCoder)中的问号是什么意思?
init?(coder aDecoder: NSCoder)
required init?(coder aDecoder: NSCoder) { fatalError("init(coder:) has not been implemented") }