Skip to content

cyrilchandelier/SpacingLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpacingLabel

Subclass of UILabel enabling better compliance with graphic charts in terms of space between text and other elements

Introduction

Did you ever notice that a label vertically centered in a view is not perfectly in the middle of the view? That's because text is drawn relying on UIFont's information, especially the leading space and the descender of it. Removing this space from the top and the bottom of your label allows you to have more control on your layout; you can add a 20pts vertical constraints between two label and be sure that this space will be respected. This is why the SpacingLabel has been created.

Using standard UILabel components

Using SpacingLabel components

This highlight the drawing zone while the content size fits the text

How does it work?

The SpacingLabel simply retrieve the font of the first line of text and the font of the last line of text to remove extra space on top of the first font cap height and the last font descender.

About

Subclass of UILabel enabling better compliance with graphic charts in terms of space between text and other elements

Resources

License

Stars

Watchers

Forks

Packages

No packages published