JakeLin / SwiftLanguageWeather

Swift Language Weather is an iOS weather app developed in Swift 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iPhone < 5s temperature overlap

travelerspb opened this issue · comments

If you have temperature in F and use iPhone 5 or 4s, in portrait mode temperature is partially cut.

you might set minimum font size to scale down temperature label a bit

minimumFontSize="18" do the job

Thanks for reporting this issue, will fix it.