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

scrollView 中添加tableView #62

Closed winterrain5 closed 8 years ago

winterrain5 commented 8 years ago

scrollView 中添加 一个tableView 和UIView,设置了ContentSizeWithBottomView是UIView,但当UIView超出屏幕时,scrollview并不能滑动,请问是框架的原因还是其他的原因

gsdios commented 8 years ago

demo发我看下

anhmuonnoi commented 6 years ago

@winterrain5 fix by add self.edgesForExtendedLayout = UIRectEdgeNone;