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

请教一下如何设置UIScrollView的ContentSize的横向自适应 #273

Open hhhgx opened 6 years ago

hhhgx commented 6 years ago

最近新做一个项目要适配iPad,我想要实现是这样的一个效果。“一个UIScrollView上面添加两个VC并分页显示,如何做适配”