... CGRect) { super.init(frame: frame) } required init?(coder: NSCoder) { super.init(coder: coder) } These are the standard initializers for UIView.
確定! 回上一頁