异常断点命中titleTextAttributes

时间:2016-06-22 14:24:33

标签: ios objective-c uinavigationbar xcode7.3

当打开异常断点时,每次运行项目时都会触发以下行:

self.navigationController.navigationBar.titleTextAttributes = @{NSFontAttributeName:[UIFont fontWithName:@"AppleSDGothicNeo-Bold" size:20.0],NSForegroundColorAttributeName:[UIColor secondaryAppColor]};

它不会崩溃,但会在此行停止。我不得不继续执行以继续前进。我在viewDidLoad中打电话给我。

编辑:我删除了所有断点,只留下了异常断点。 xcode仍停在同一行。

enter image description here

为什么会这样?

0 个答案:

没有答案