I have a busy layout and I want all the information on the screen, but divided by the functional equivalent of <hr>
in an HTML layout.
Asked
Active
Viewed 452 times
1

mobibob
- 8,670
- 20
- 82
- 131
1 Answers
3
You can just use a 1px high UIView
and set the background color to whatever you want.
Or the harder way using Core Graphics.

Community
- 1
- 1

Evan Mulawski
- 54,662
- 15
- 117
- 144
in HTML would suffice. For example, it has many attributes for border style, etc. Unfortunately, I have vague requirements to begin with and I did not escape the
, so instead I got an
in my question. I will fix the description. – mobibob Aug 22 '11 at 20:20