home.social

#swiftlang — Public Fediverse posts

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

  1. Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!

    Too bad it doesn't support `CommandConfiguration` 🥲

    Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.

    apple.github.io/swift-argument

  2. Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!

    Too bad it doesn't support `CommandConfiguration` 🥲

    Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.

    apple.github.io/swift-argument

    #iOSDev #SwiftLang

  3. Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!

    Too bad it doesn't support `CommandConfiguration` 🥲

    Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.

    swiftpackageindex.com/apple/sw

    #iOSDev #SwiftLang

  4. Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!

    Too bad it doesn't support `CommandConfiguration` 🥲

    Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.

    apple.github.io/swift-argument

    #iOSDev #SwiftLang

  5. Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!

    Too bad it doesn't support `CommandConfiguration` 🥲

    Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.

    apple.github.io/swift-argument

    #iOSDev #SwiftLang

  6. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's start refactoring the existing routes to read from the new datastores!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/m99o2zCuil0

  7. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's start refactoring the existing routes to read from the new datastores!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/m99o2zCuil0

  8. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's start refactoring the existing routes to read from the new datastores!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/m99o2zCuil0

  9. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's start refactoring the existing routes to read from the new datastores!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/m99o2zCuil0

  10. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's start refactoring the existing routes to read from the new datastores!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/m99o2zCuil0

  11. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue refactoring the notification loop!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Ift6hPn4CSw

  12. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue refactoring the notification loop!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Ift6hPn4CSw

  13. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue refactoring the notification loop!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Ift6hPn4CSw

  14. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue refactoring the notification loop!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Ift6hPn4CSw

  15. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue refactoring the notification loop!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Ift6hPn4CSw

  16. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

  17. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  18. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  19. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  20. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  21. Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1

  22. Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1

  23. Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1

  24. Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1

  25. Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1

  26. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Short stream, but let's read from the new index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/_ikfiy42qzg

  27. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Short stream, but let's read from the new index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/_ikfiy42qzg

  28. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Short stream, but let's read from the new index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/_ikfiy42qzg

  29. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Short stream, but let's read from the new index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/_ikfiy42qzg

  30. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Short stream, but let's read from the new index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/_ikfiy42qzg

  31. Proxygen 5.2 is available with lots of tooling updates.

    ⤴️ Rewrites can now override target address so you can map requests to any destination.

    🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.

    🗝️ TLS key logging allows decrypting captured traffic in Wireshark.

    Download at
    proxygen.app

    #swiftlang #macdev #iosdev

  32. Proxygen 5.2 is available with lots of tooling updates.

    ⤴️ Rewrites can now override target address so you can map requests to any destination.

    🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.

    🗝️ TLS key logging allows decrypting captured traffic in Wireshark.

    Download at
    proxygen.app

    #swiftlang #macdev #iosdev

  33. Proxygen 5.2 is available with lots of tooling updates.

    ⤴️ Rewrites can now override target address so you can map requests to any destination.

    🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.

    🗝️ TLS key logging allows decrypting captured traffic in Wireshark.

    Download at
    proxygen.app

    #swiftlang #macdev #iosdev

  34. Proxygen 5.2 is available with lots of tooling updates.

    ⤴️ Rewrites can now override target address so you can map requests to any destination.

    🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.

    🗝️ TLS key logging allows decrypting captured traffic in Wireshark.

    Download at
    proxygen.app

    #swiftlang #macdev #iosdev

  35. Proxygen 5.2 is available with lots of tooling updates.

    ⤴️ Rewrites can now override target address so you can map requests to any destination.

    🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.

    🗝️ TLS key logging allows decrypting captured traffic in Wireshark.

    Download at
    proxygen.app

    #swiftlang #macdev #iosdev

  36. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's take another stab at the notifications index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Yapj4cIKs70

  37. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's take another stab at the notifications index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Yapj4cIKs70

  38. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's take another stab at the notifications index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Yapj4cIKs70

  39. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's take another stab at the notifications index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Yapj4cIKs70

  40. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's take another stab at the notifications index!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/Yapj4cIKs70

  41. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue committing the notification changes!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/8jq-hIPdv-M

  42. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue committing the notification changes!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/8jq-hIPdv-M

  43. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue committing the notification changes!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/8jq-hIPdv-M

  44. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue committing the notification changes!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/8jq-hIPdv-M

  45. I'm making a seasonal anime guide app, in the open for all to experience and learn from.

    Let's continue committing the notification changes!

    #Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

    Come chill with me: youtube.com/live/8jq-hIPdv-M

  46. 📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!

    On the agenda:
    ⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
    🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
    ♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
    🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
    📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
    💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
    🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
    🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼

    🔗: ios-newsletter.snappmobile.io/ by @snappmobile

    #iOSDev #SwiftLang #SwiftUI

  47. 📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!

    On the agenda:
    ⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
    🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
    ♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
    🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
    📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
    💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
    🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
    🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼

    🔗: ios-newsletter.snappmobile.io/ by @snappmobile

    #iOSDev #SwiftLang #SwiftUI

  48. 📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!

    On the agenda:
    ⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
    🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
    ♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
    🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
    📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
    💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
    🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
    🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼

    🔗: ios-newsletter.snappmobile.io/ by @snappmobile

    #iOSDev #SwiftLang #SwiftUI

  49. 📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!

    On the agenda:
    ⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
    🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
    ♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
    🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
    📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
    💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
    🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
    🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼

    🔗: ios-newsletter.snappmobile.io/ by @snappmobile

    #iOSDev #SwiftLang #SwiftUI

  50. 📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!

    On the agenda:
    ⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
    🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
    ♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
    🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
    📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
    💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
    🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
    🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼

    🔗: ios-newsletter.snappmobile.io/ by @snappmobile

    #iOSDev #SwiftLang #SwiftUI