如何通过其指针获取NSLayoutConstraint的标识符?

时间:2015-08-05 12:22:59

标签: ios debugging nslayoutconstraint xcode7-beta4

我在Storyboard identifier中为每个约束设置:

enter image description here

现在我收到了unsatisfiable constraints的错误。我尝试通过打印约束的指针来调试它:

po 0x17db78d0

现在为了调查它是什么约束,我想打印它的identifier就像:

po 0x17db78d0.identifer.

......但它不起作用。我收到一个错误:

  

错误:十六进制浮点常量需要指数

     

错误:解析表达式时出错1个

因此,如何打印特定NSLayoutConstraint的标识符?

1 个答案:

答案 0 :(得分:2)

po ((NSLayoutConstraint *)0x17db78d0).identifier