jessesquires / BButton

Twitter Bootstrap buttons for iOS
http://cocoadocs.org/docsets/BButton/
Other
712 stars 82 forks source link

Some letters are clipping when using fontawesome #43

Closed ericertl closed 5 years ago

ericertl commented 7 years ago

I've noticed that if I have a prefix containing the letters "g", "p", etc, the bottom part of the text is cut off when I use font awesome icons. 687474703a2f2f692e696d6775722e636f6d2f4c4a6c4b4169662e706e67

Using setAttributedTitle instead of setTitle in addAwesomeIcon fixes this.