How to add a horizontal line in iOS using StoryBoard?

Viewed 18220

In my app I am trying to create a customized/stylish horizontal line in-between two labels. I have searched in SO and Google but it has only by code. How to add a horizontal line using story board?

In Android I have designed the below line using XML.

enter image description here

How can I create the same line in iOS?

3 Answers

Use "View" and set its height as 1 or any size you want, and change the background color.

Related