NSLayoutConstraint格式

时间:2016-10-27 08:16:21

标签: ios objective-c nslayoutconstraint

第一张图片是使用其他的,如果, 在我改变之后,当编译没有任何问题,直到我点击其他页面然后出错,错误是

-- dummy schema
 CREATE TABLE TMP (data varchar(max))
 CREATE TABLE [Table1] (id int not null identity(1,1), data varchar(max))
 CREATE TABLE [Table2] (id int not null identity(1,1), id1 int not null, data varchar(max))

 -- imagine this is the SqlBulkCopy
 INSERT TMP VALUES('abc')
 INSERT TMP VALUES('def')
 INSERT TMP VALUES('ghi')

 -- now push into the real tables
 INSERT [Table1]
 OUTPUT INSERTED.id, INSERTED.data INTO [Table2](id1,data)
 SELECT data FROM TMP

我尝试更改NSInvalidArgumentExeception, reas: 'Unable to prase constraint format: @"V:[allCssLabel]-0-[individualLabel]" ,仍有错误,我想知道如何解决问题 enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

"格式"应该对应变量绑定字典中的视图。 You have incorrect name in variable bindings