[contentView addConstraints: [NSLayoutConstraint constraintsWithVisualFormat:@"V:|-65-[userNameLabel]-5-[hotLabel]-(-17)-[hotImgView]" options:0 metrics:nil views:NSDictionaryOfVariableBindings(userNameLabel,hotLabel,hotImgView)]];
其中hotLabl 与 hotImgView 的距离上边的高度相等,我这种写法感觉还麻烦,不知道有什么方法能表示距离上边距相等和距离左边距相等的VLF 表示方法
大家讲道理2017-04-17 11:37:43
这个真的不太熟悉。。但是对于如何简化一个过于麻烦的表达: