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

关于系统UIProgressView的自动布局 #255

Open LazyZhou opened 6 years ago

LazyZhou commented 6 years ago

设置heightIs()没有效果,还是默认的1高度

liujunliuhong commented 6 years ago

UIProgressView本身是这样的,就算用frame布局,高度设置为1000,运行之后,高度还是那么高,可以用progressView.transform = CGAffineTransformMakeScale(1.0f, 5.0f)试试