cannot invoke initializer for type with no arguments code example
Example: cannot invoke initializer for type with no arguments
convenience init() {
self.init(frame: CGRect.zero)
}
convenience init() {
self.init(frame: CGRect.zero)
}