Xcode 添加完异常断点以后 会莫名其妙的在类似:
UIButton* QRCodeButton = [UIButton buttonWithType:UIButtonTypeCustom];
或者
self = [super initWithFrame:frame];
等地方停住,点击继续又可以继续执行。
仔细检查过,没发现什么异常的地方。求说服,求教育。
UIButton* QRCodeButton = [UIButton buttonWithType:UIButtonTypeCustom];
或者
self = [super initWithFrame:frame];
等地方停住,点击继续又可以继续执行。
仔细检查过,没发现什么异常的地方。求说服,求教育。