mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.4K
active users

#swiftcharts

1 post1 participant0 posts today

With the announcement of App Store Accessibility Nutrition Labels I just realized that my precipitation charts would fail the “Differentiate Without Color Alone” label.

With a LineMark Swift Charts lets you change the plot shape used with each line. But what should you do for a BarChart?

I don’t have room to add an SF Symbol as an annotation on top of each bar, but a letter would seem to work.

Continued thread

Having duplicate data results in some wacky things happening with AreaMark. Stripping out the dupes fixes it, but no idea what would explain this

To be fair, the duplicate data is a result of a bug that I was unaware of, so that’s cool to get fixed, but still weird

Been working on @charty 2.0 for the last couple of weeks!

- 90% of the apps actions have been rewritten as AppIntents, which I think is a good start for the controversial Apple Intelligence features
- Numeric and circular charts mostly work, save for some axes’ scaling issues
- I’ve managed to add secondary axis support to #swiftcharts
- I’m now rewriting Ring Charts in #swiftui. Things are going well! 🚀

Framed with @Shareshot 😍

I've got a theory that WeatherKit was enhanced for iOS 17 users with the recent additions for iOS 18 that we're now testing.

I'm adding some new features to the iOS 17 version of Please Don't Rain and just realized that I'm seeing sleet on my precipitation chart. I have NEVER seen that before. It's only been rain and snow returned (and I have looked at a LOT of forecasts).

I felt like a proud papa watching his kid handle a new situation appropriately. 🥹

Continued thread

Now, this is the first version of the app, I have tons of ideas to improve it but I wanted to get it in people's hands and see what people like, what they want, and how it's used 🙂

On the technical side, the app is entirely built in #SwiftUI (what did you expect?), and leverages #CoreLocation, #MapKit, #WeatherKit and a little bit of #SwiftCharts.

This app is the reason I filed and share many feedback related to these frameworks lately 😄