pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.31k stars 184 forks source link

Added auto font sizing for RequestCell #131

Open yazganovunc opened 1 year ago

yazganovunc commented 1 year ago

Problem

With long URLs, requestCell's urlLabel truncating.

Solution

Enabling urllabel's adjustFontSizeToFitWidth property and setting a minimum scale, we can see the full URL on RequestCell

pmusolino commented 1 year ago

It seems that the minimum scale doesn't seem to work properly when the URL is long: