I am using a Storyboard
and have added a UIView
to my UIViewController
. I would like this view to be a thin 0.5
height line, but for some reason, every time I type 0.5
in for height XCode
will change that back to 1
.
You can easily programmatically create a UIView
with a 0.5
height, why can I not do this inside of a Storyboard
?