Override init with frame not working correctly

前端 未结 0 931
独厮守ぢ
独厮守ぢ 2020-12-28 14:24

I created custom class and wrote init like this

override init(frame: CGRect) {
    super.init(frame: frame)
}

and I called this with Obj-C li

相关标签:
回答
  • 消灭零回复
提交回复
热议问题