2013-08-20 62 views
0

我想在我的程序中使用約束。我想以編程方式創建它們。NSAutoLayoutConstraints中的Constraints屬性的含義

所以,任何人可以幫我找出以下NSLayout的含義屬性

NSLayoutAttributeLeft = 1, 
NSLayoutAttributeRight, 
NSLayoutAttributeTop, 
NSLayoutAttributeBottom, 
NSLayoutAttributeLeading, 
NSLayoutAttributeTrailing, 
NSLayoutAttributeWidth, 
NSLayoutAttributeHeight, 
NSLayoutAttributeCenterX, 
NSLayoutAttributeCenterY, 
NSLayoutAttributeBaseline, 

謝謝。

回答