iOS border in UIProgressView -
is there way add border around uiprogressview in ios7? dont find property in storyboard. i've try also:
progressview.layer.borderwidth = 0.07;
but gives me border on top , bottom of progressview not on sides.
consider adding progress view subview of view, container view has border, or background colour required.
Comments
Post a Comment