veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#iosdev

53 posts47 participants11 posts today

Having struggled with online marketing, I decided to build Pressdeck.io - a platform to create press kit websites for digital products. Give it a try!

Want to start on Pressdeck or migrate your existing media kit? Reach out!

PressdeckPressdeck - Press Kit Website for Your ProductCreate and host beautiful press kit for your company, product, game, or anything else. Grab headlines with a professional press kit website. Write and distribute press releases to make your voice heard.
#pr#indiedev#iosdev

Jumped back on the #100daysOfSwiftUI train 🚅 and completed day 36, a simple expenses app.

Getting back to it after a few months away took some considerable mental effort. Couldn't remember a lot of the specifics of what went before, but there was plenty of residual memory of concepts intact in my brain 🧠 which made it easier than I expected!

Glad I’d been taking copious notes throughout, and thankful the site's search is super useful! hackingwithswift.com/100/swift

When displaying a custom image in SwiftUI, if the image name is included in a string catalog or Localizable.strings, SwiftUI will automatically apply the localized string as the accessibility label, with no need for the accessibilityLabel() modifier. #iOSDev #SwiftUI
nilcoalescing.com/blog/ImageAc

Nil CoalescingAutomatic image accessibility labels from localized strings in SwiftUISwiftUI uses a localized string matching the image name as the accessibility label, without needing to apply the accessibilityLabel() modifier.