mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

9.6K
active users

#iosdev

57 posts46 participants1 post today

One of the nice things about data from the HealthKit framework that makes Health Kitty responses work well is that you can ask the HKStore instance for the preferred unit for a HKQuantityType and then use that for all of the values you work with. The result is that depending on the device settings, the following queries would produce output in different units without any additional work. #buildInPublic #iOSDev #health #healthKitty #shipaton

After almost a month of waiting, I was surprised to see the CarPlay entitlement suddenly granted for my app DriveDex. Now I’m wondering if I can come up with a solid implementation worth releasing.

I just signed up for the RevenueCat Shipaton 🙌🏻😍 I want to get into the habit of regular coding after the end of the Academy, so this is the perfect opportunity 🚀 Last year I participated but didn’t get over the finish line. This year I’m going all in! I’m very very nervous about sharing my journey, I might even do live streams on twitch 🫣 Tomorrow I’m gonna reveal my project. A little teaser: It’s gonna (1/2)

Did you know SwiftUI has a built-in formatter that supports a wide range of types and units?
Easily format lengths, mass, temperatures, and more. Customize number precision and display only the date components you need.