【发布时间】:2017-02-19 11:13:12
【问题描述】:
初始化 UIButton 使其停止在 super.init 行中的僵尸测试。单击继续按钮运行没有问题。 为什么 ?我怎样才能看到停在那里的原因?
required init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder) ----> (Thread 1: breakpoint 1.2)
setUnselectedProperties()
}
【问题讨论】:
标签: swift uibutton extend nscoder