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

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -

how to run a query SQL in node.js mysql -