c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.9K
active users

#iosdev

132 posts73 participants6 posts today

It might be emotional but since my journey at the academy is going to end in JUST 3 months, I want to say this to inspire other people to come here: I’m 32. I’ve had a lot of jobs, met a lot of people and got along with some and also with some not. But never have I ever encountered such a large amount of amazing people around me in one place than here in the academy in Napoli. And the nice thing about this is: Even if it’s going (1/2)

In case anyone needs this: When using Xcode String Catalogs for localization, you can also include variations for plurality. Say, if you want to say “{1} book” or “{20} books”.

I spent too long 🤦‍♂️ trying to localize a string that has multiple integer arguments. If you're seeing your localizations outputting random🍑 numbers, your probs need to specify the correct argument. You do this using a positional modifier, %n$lld where n specifies which argument. #swift #iosdev #BuildInPublic

Is there no way to set the accessibility language for a SwiftUI view? UIKit has the accessibility language property but there’s no equivalent in SwiftUI. I’ve seen people using AttributedString with the .accessibilitySpeechLanguage attribute but I can’t get it to work. #SwiftUI #iOSDev

I noticed yesterday that new #Xcode projects now use folders instead of groups. From the release notes, looks like that was part of Xcode 16. I guess I haven't noticed because I didn't create a new project since Xcode 16 came out?

It's very strange to not have control over the sort order anymore.