I got a request from a user to add a way to quickly change between Fahrenheit and Celsius in Please Don't Rain.

A toolbar button seems perfect for this and there's even SF Symbols for °F and °C!

All it took was this one line I learned from a new blog post from @natpanferova to make the transition animate nicely (when reduce motion is off, of course).

https://nilcoalescing.com/blog/AnimatingSFSymbolsInSwiftUI/

Don't forget TipKit for your new buttons!