SDAutoLayout icon indicating copy to clipboard operation
SDAutoLayout copied to clipboard

关于系统UIProgressView的自动布局

Open LazyZhou opened this issue 7 years ago • 1 comments

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

LazyZhou avatar Dec 14 '17 10:12 LazyZhou

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

liujunliuhong avatar Aug 15 '18 01:08 liujunliuhong