문제

is there any way to add border around UIProgressView in iOS7? I dont find any property in storyboard. I've try do it like that also:

progressView.layer.borderWidth = 0.07;

but it gives me only border on top and bottom of progressView but not on the sides.

도움이 되었습니까?

해결책

Consider adding your progress view as the subview of another view, where the container view has a border, or a background colour as required.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top