home.social

#iosdeveloper — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #iosdeveloper, aggregated by home.social.

fetched live
  1. 🤔 Oh, look, an iOS developer's existential crisis over a phone nobody wanted, in a love letter to a product only nine months old. 😆 Brace yourself for a riveting tale of a phone that's "weirdly thin" – because that's groundbreaking news in 2026, right? 📱💨
    christianselig.com/2026/07/iph #iOSDeveloper #ExistentialCrisis #WeirdlyThin #PhoneDesign #TechHumor #LoveLetter #HackerNews #ngated

  2. 🤔 Oh, look, an iOS developer's existential crisis over a phone nobody wanted, in a love letter to a product only nine months old. 😆 Brace yourself for a riveting tale of a phone that's "weirdly thin" – because that's groundbreaking news in 2026, right? 📱💨
    christianselig.com/2026/07/iph #iOSDeveloper #ExistentialCrisis #WeirdlyThin #PhoneDesign #TechHumor #LoveLetter #HackerNews #ngated

  3. With this new iOS 27, I’ve got to readjust all the toggles in my toolbar. The background colors I had set up with .tint are completely messed up now. On top of that, it seems like tap responsiveness for navigation links and stuff has actually gotten worse. It’s really frustrating.

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic #iOS27 #LiquidGlass

  4. With this new iOS 27, I’ve got to readjust all the toggles in my toolbar. The background colors I had set up with .tint are completely messed up now. On top of that, it seems like tap responsiveness for navigation links and stuff has actually gotten worse. It’s really frustrating.

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic #iOS27 #LiquidGlass

  5. Thought I'd try iOS27 beta and install a TestFlight build there. I get the message: “This beta isn't accepting any new testers right now." The AppleID is definitely showing in AppStoreConnect - I tried deleting it and adding it again with no change.

    Is this a beta thing? It was built with Xcode 26.1.1 so maybe that is the issue – the message seems more like an ASC thing. This IS my developer Apple ID …

    #iosdev #iosdevbeta #iosdeveloper #ios27 #xcode

  6. #xcode #iosdev #iosdeveloper question: do people usually set up test devices on their Dev AppleID account or their main one? What sort of issues I might run into either way?

  7. As an #iOSDeveloper, I gotta say that #DeviceHub has been a huge productivity boost in those few days since #Xcode27 was released!

    All simulators in one window, quick access to accessibility settings and mirroring + controlling physical test devices 🤯

    It is a real game changer IMO 🤓

  8. As an #iOSDeveloper, I gotta say that #DeviceHub has been a huge productivity boost in those few days since #Xcode27 was released!

    All simulators in one window, quick access to accessibility settings and mirroring + controlling physical test devices 🤯

    It is a real game changer IMO 🤓

  9. I’m really thinking of getting a hybrid job in either #Seattle or #Portland so I can stay where I am in eastern Oregon.

    So if any of you knows a #developer group in those two areas I’d love to hear about it so I can start networking over there.

    #iOSDeveloper #softwareengineering

  10. I’m really thinking of getting a hybrid job in either #Seattle or #Portland so I can stay where I am in eastern Oregon.

    So if any of you knows a #developer group in those two areas I’d love to hear about it so I can start networking over there.

    #iOSDeveloper #softwareengineering

  11. Not sure how many of you will see this, or if this post will go anywhere.

    But I’m looking for a job. Have been for a while. I have a good career as an iOS developer and would like to keep making apps. If anyone out there is interested please DM me, look at my linked in, boost this post, etc. Thanks all.

    linkedin.com/in/rhett-rogers-5

    #iOSDeveloper #FediHire #USA #Oregon

  12. Not sure how many of you will see this, or if this post will go anywhere.

    But I’m looking for a job. Have been for a while. I have a good career as an iOS developer and would like to keep making apps. If anyone out there is interested please DM me, look at my linked in, boost this post, etc. Thanks all.

    linkedin.com/in/rhett-rogers-5

    #iOSDeveloper #FediHire #USA #Oregon

  13. Not sure if it’s just me, but it looks like .formatted(date: .numeric, time: .omitted) has changed in iOS 26.4.
    It no longer outputs XX-XX-XXXX—for example, instead of 04-05-2026, it shows 4-5-2026.

    To fix it, I used:
    .formatted(.dateTime.day(.twoDigits).month(.twoDigits).year())

    #SwiftUI #iOSDev #iOSDeveloper #AppDev #indieDev #indieApp #BuildInPublic #iOS26

  14. And after all the holidays, it's time to check whether YT video embeds really no longer allow changing the audio track... mmm... I fear I'll have to investigate a bit more. #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic

  15. And after all the holidays, it's time to check whether YT video embeds really no longer allow changing the audio track... mmm... I fear I'll have to investigate a bit more. #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic

  16. What was the rule about not releasing to production on Friday? #Apple #iOSDeveloper

  17. What was the rule about not releasing to production on Friday? #Apple #iOSDeveloper

  18. Okay, I think that maybe this little app I made mostly for my own use could also be released. The concept is very simple: it saves images online with a direct URL. That's it. I use it to view snapshots from webcams, but you can also upload regular images. Just need only direct url of image.

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic

  19. Okay, I think that maybe this little app I made mostly for my own use could also be released. The concept is very simple: it saves images online with a direct URL. That's it. I use it to view snapshots from webcams, but you can also upload regular images. Just need only direct url of image.

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic

  20. Finally, I’ve found a way to stop seeing that terrible effect (left side is how it should be, right side is not).

    left side use
    .glassEffect {
    .regular.interactive(),
    in: .capsule
    )
    right side use:
    .glassEffect()

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic #iOS26 #LiquidGlass

  21. Finally, I’ve found a way to stop seeing that terrible effect (left side is how it should be, right side is not).

    left side use
    .glassEffect {
    .regular.interactive(),
    in: .capsule
    )
    right side use:
    .glassEffect()

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic #iOS26 #LiquidGlass

  22. If I have TelemetryDeck and RevenueCat setup via the TelemetryDeck integration telemetrydeck.com/docs/integra

    Should I send the transaction price to TelemetryDeck from the transaction in the app?

    #iosDeveloper

  23. If I have TelemetryDeck and RevenueCat setup via the TelemetryDeck integration telemetrydeck.com/docs/integra

    Should I send the transaction price to TelemetryDeck from the transaction in the app?

    #iosDeveloper

  24. I went crazy thinking it was me, but it's the context menu with the sheet: if I close it too quickly it messes up the context menu, which doesn't open the correct content immediately but shows the old content.. and that even works. If I wait a moment it gets regenerated with the correct content.

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic

  25. I went crazy thinking it was me, but it's the context menu with the sheet: if I close it too quickly it messes up the context menu, which doesn't open the correct content immediately but shows the old content.. and that even works. If I wait a moment it gets regenerated with the correct content.

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic

  26. I think it's ready for #iOS26 ... and now I need focus to the first app I've made for change a lot of stuff and make ready for iOS26.

    #SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic

  27. my unit test results are getting me in the holiday spirit 🎄🎅🏼

    #iOSDev #iosdeveloper

  28. Fun fact: I sent both the release version and the one for testers, and they approved the official release version first. Now the TestFlight one is still waiting for review. How funny!

    #SwiftUI #iOSDev #iOSDeveloper #AppDev #indieDev #indieApp #BuildInPublic

  29. I’ve played a little bit with caffeinate and Swift/SwiftUI to create a very simple macOS app that controls it. I know there are many free and more powerful apps out there. This was just a personal experiment :)

    #SwiftUI #iOSDev #iOSDeveloper #AppDev #indieDev #indieApp #BuildInPublic

  30. Nonetheless, tomorrow I plan to finish the schema migration before working on UI again. 🤞 I’m especially motivated to get it done quickly, as I thought of a clever idea to overhaul the details view so that it’s not a plain calendar view. 😁 #iOSDeveloper #BuildInPublic #AppDevelopment

  31. After waiting way too long for Xcode to download first itself, then simulators, and at last, symbols for my phone, I got back to coding! I believe I created a viable workaround for schema migration, but the code is still a bit messy. 😅 #iOSDeveloper #BuildInPublic #Xcode #AppDevelopment