Is there a way for UILabel to draw a border around itself? This is useful for me to debug the text placement and to see the placement and how big the label actually is.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can set label's border via its underlying CALayer property:
|
|||||||||||||||||
|
|
You can use this repo: GSBorderLabel It's quite simple:
|
|||
|
|
it really depends on how many boarder use in your view , sometimes , just add a UIVIEW which the size is a bit bigger to create the border . the method is faster than produce a view |
|||
|
|
