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

类似朋友圈功能,如果处理一张图片的适配 #271

Open hhhgx opened 6 years ago

hhhgx commented 6 years ago

图片为网络图片

Jean1992 commented 6 years ago

自己算,宽大于高,取固定宽,高度取高宽比; 宽小于高,取固定高,宽度取宽高比; 宽等于高就固定等宽高。