我看到控制檯如何讀取NSAutoresizingMaskLayoutConstraint的日誌輸出?
"<NSAutoresizingMaskLayoutConstraint:0x100510500 h=--& v=&-- H:|-(0)-[NSView]
(Names: NSView:0x1016ab760, '|':NSClipView:0x1016a26b0)>
(Actual Distance - pixels):0"
下面的輸出通常我知道如何讀取日誌消息的約束。但autoresizingMask約束總是讓我困惑。日誌輸出中的以下字符如何對應於自動調整大小掩碼?
h=--& v=&-- H:|-(0)-[NSView]
我看了好WWDC 2012的視頻,它們並沒有完全解釋讀取自動調整大小面具佈局約束。
可能的重複[調試autolayout時自動調整掩碼字符串的含義是什麼,例如h = - & v = - & - ?](http://stackoverflow.com/questions/14290100/when-debugging-autolayout-what-is-the-meaning-of-the-autoresizing-mask-strings-s) – jrturton 2013-02-23 19:05:09
請看我的在相關問題中回答。 – jrturton 2013-02-23 19:05:27