lexrus/LTMorphingLabel

Morphing animation messes up San Francisco Display font

Aberta

#61 aberto em 25 de jul. de 2016

 (2 comentários) (0 reação) (0 responsável)Swift (776 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (8.145 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I really like how the colon character (:) is a little bit raised up and not touching the baseline in the San Francisco Display font introduced in WWDC 2015. Here is how it is supposed to look like:

However, once I changed the text of the label to something else with the .Fall animation, the colon dropped onto the baseline:

I believe that this is caused by the way you draw the text using Core Text. Can you fix it?

Guia do colaborador