@MuseumShuffle seems like so many apps ignore dynamic type settings.

Itโ€™s fun to see apps that do a great job: #PleaseDontRain & Pedometer++

P++ has a custom big tab bar! ๐Ÿ‘ @_Davidsmith

I was really confused as to why each entry in the Y axis labels was 0. Turns out it's REALLY tiny amounts and enough significant digits weren't allowed.

In this scenario the iOS Weather app will show a blank chart even though the percent chance chart shows a 5% chance for several hours.

#PleaseDontRain

After reading this section of the Apple docs I was experimenting with the Increase Contrast setting.

What's confusing me is that in light mode (best mode) with Increase Contrast turned on a regular TextField gets a much darker gray background color, which makes it less legible.

I have the ability to set the background color manually, but it feels like I'm missing something. ๐Ÿค”

#accessibility #a11y #PleaseDontRain #SwiftUI

It's absolutely wild when you've been working on an app for a long time and go back and look at your work.

I got a photo memory that left screenshot of @PleaseDontRain is from two years ago today.

It's so bare boned. ๐Ÿ˜ณ

#PleaseDontRain

Spotted a problem with .textInputAutocapitalization(.words) in a SwiftUI TextField.

It will auto capitalize each word UNLESS you start using swipe typing. Then it doesnโ€™t.

Thanks to @RobW for asking me to add to add this feature. That led me spot this.

FB17255947

#SwiftUI #PleaseDontRain

I had completely forgotten that you can add .gradient to a SwiftUI Color until Vincent Pradeilles mentioned it in his talk for iOS Dev Happy Hour.

I think I'm going to spruce up my buttons.

#SwiftUI #PleaseDontRain

Very excited to announce that Please Don't Rain now supports accessibility fonts with version 5.6 that is releasing today.

โ€ข OpenDyslexic
โ€ข Lexend
โ€ข Atkinson Hyperlegible

Font settings are found in Settings, Accessibility.

#PleaseDontRain #accessibility #a11y

Putting the final touches on the next release of @PleaseDontRain that I've been working on the last few weeks.

Very happy with how it's turned out.

#PleaseDontRain #accessibility #a11y

It can be quite a challenge getting everything to fit into iPad Slide Over mode.

I added a description to the wind chart popover and realized that wasn't going to fly with accessibility sizes.

I clamp down the max size with .dynamicTypeSize() in that scenario but let it be bigger otherwise.

#SwiftUI #accessibility #a11y #PleaseDontRain

Spotted some more time zone weirdness.

I noticed that the day I was looking at in Oslo had a chart axis label stride by count of 5 hours (bottom) instead of the expected 4. All of the other days were normal.

What's different about this day? It's March 30, when they "spring forward" and use DST. โฐ๐ŸŒž

#PleaseDontRain