gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

您好,学习中有几个疑问在此请教一下 #14

Closed lixiya1990 closed 8 years ago

lixiya1990 commented 8 years ago

demo里面仿微信界面有些疑问:

1. self.fixedHeight = @(h); self.fixedWith = @(w); 这里“self.fixedHeight”和“self.fixedWith”具体什么意思呢 ?

2.代码里面“// ----------------- 以下为此库内部需要用到的类和方法(可以不用看)----------------” 下面的属性能否注释下呢,方便理解