#swiftlang ผลการค้นหา
In Swift, you're able to pass KeyPaths as functions. Learn what that means and why it's incredibly useful in this post: donnywals.com/using-keypaths… #SwiftLang #iOSDev
Concurrency magic in Swift ⚡️ Running tasks in parallel with async let means both network calls start together 🚀 — cutting your wait time in half ⏱️ #SwiftLang #iOSDev
Great status update from Mads about his work on the JNI mode for jextract, for folks who cannot use JDK 22/25; What a way to finish up summer of code! 🎉 ☀️ #swiftlang #java
The #swiftlang toolchain is now available on Amazon Linux 2023. Two years after my first commit allowing Swift to compile on Amazon Linux 2023, it took a while team effort to make this happen. Get started and deploy your Swift apps in the cloud today!
Anyone else building their SpriteKit games with a modular approach? 👀 #SwiftLang #SpriteKit #gamedev
Discover how to handle shared mutable global state in Swift 6. Learn to make your singletons play nice with new features. Dive into code tips and actor singletons. Watch now: youtu.be/2FjzoeS-S4k #SwiftLang
iOS developers, have you ever tested camera functionality in Xcode's Simulator? Now you can 🚀 Let me explain how it works: avanderlee.com/xcode/simulato… #swiftlang #iosdev
Moritz and Si presenting about their latest work on swift-otel support. Excited to see it hit 1.0 just recently :-) Also, built-in support to almost all fundamental networking libraries already! #swiftlang
Presenting multiple sheets can easily result in a lot of boilerplate code. By creating a sheet coordinator, you can reuse sheets, reduce code within views, and present sheets from within others. avanderlee.com/swiftui/presen… #swiftlang #iosdev
Swift Developers Meetup @ Motive, Bengaluru! Happening May 24, 2025, 2–5 PM, join us for an afternoon of Swift talks, live demos, and community networking. Let’s build, learn, and connect! #SwiftBengaluru #iOSMeetup #SwiftLang
I has never been easier to write AI Agent and GenAI-based application in Swift ! The Swift Bedrock Library documentation is now hosted. No more parsing the README or the individual sources files. Check it out today 👉 build-on-aws.github.io/swift-bedrock-… #swiftlang #genai #bedrock
As an iOS developer, you should invest time in learning backend development. Register for my free 1 hour livestream: azamsharp.kit.com/920e8e53aa #iosdev #swiftlang
Very sweet config library that’ll change how we configure libraries across the ecosystem. No more hardcoded values; easy reloading and overriding etc. @czechboy0 #swiftlang
Quiz question for iOS developers: what is the Swift Language Version for new Xcode Projects? Is it Swift 5 or Swift 6? Or maybe Swift 6.2? avanderlee.com/xcode/the-7-ch… #swiftlang #iosdev
Learn how I approach new Xcode Projects avanderlee.com/xcode/the-7-ch… 📈 7 Changes based on years of projects 😵 Prevent future tech debt 🤷♂️ A surprising default #swiftlang #iosdev
A deep dive into Property Wrappers in Swift avanderlee.com/swift/property… 💪🏻 Practical code examples 🧐 Accessing wrapper instances 🤩 Advanced integrations using susbcripts, Combine #swiftlang #iosdev
📱 Swift iOS iPhone App Developer Need a high-performance, native app? I specialize in Swift and iOS development to build beautiful, stable & feature-rich applications specifically for the iPhone. 👉 go.fiverr.com/visit/?bta=221… #SwiftLang #iOSDeveloper #iPhoneApp #NativeApp
I just completed day 22 Hacking with Swift tutorial 3 – learn for free! hackingwithswift.com/read/3/overview #swiftlang via @twostraws
🧡🧡 love ya #swiftLang
🎉 10 years of open source Swift! A decade ago today, we opened Swift to the world with a simple blog post: swift.org/blog/welcome What's grown since—thanks to an incredible community of contributors—has been extraordinary. Here's to the next ten years. 🧡
🎊ObjectBox Swift 5.1 and Dart 5.0.3 released! The offline-first database for Apple 🍏 now has * Support for Xcode 26 & Swift 6.x * New vector types * Various Sync improvements * User-specific Data Sync and MongoDB integration (since 5.0) 👉 github.com/objectbox/obje… #swiftlang
Quiz question for iOS developers: what is the Swift Language Version for new Xcode Projects? Is it Swift 5 or Swift 6? Or maybe Swift 6.2? avanderlee.com/xcode/the-7-ch… #swiftlang #iosdev
Just solved LeetCode (Best Time to Buy & Sell Stock) in Swift 📈 The trick? Track min price while calculating max profit in a single pass ⏱️ O(n) time 💾 O(1) space Perfect for iOS interview prep ✨ Video breakdown 👇 youtube.com/watch?v=VzRODe… #SwiftLang #LeetCode #iOSDev
youtube.com
YouTube
📈 Best Time to Buy and Sell Stock | LeetCode | Swift Solution
Learn how I approach new Xcode Projects avanderlee.com/xcode/the-7-ch… 📈 7 Changes based on years of projects 😵 Prevent future tech debt 🤷♂️ A surprising default #swiftlang #iosdev
“Jailbreak detected” – block the app, show a warning, or ignore it? 🤔 In Episode 4 we unpack what jailbroken devices really mean for your threat model. #iOSDev #SwiftLang #AppSec #MobileSecurity #InfoSec #iOSSecurity youtu.be/NjdEOyINqls?si…
youtube.com
YouTube
Episode 4 – Jailbroken Devices: How Worried Should Your Team Be?
We’ve opened the call for workshops for try! Swift Tokyo! 🎉 If you’d like to run a workshop about Swift, iOS, or related technologies, please submit your idea here 👇 forms.gle/kPFiaUCUy6FiUF… #tryswift #iosdev #swiftlang
try! Swift Tokyoでワークショップの募集を開始しました! SwiftやiOS、その周辺技術について、一緒にコードを書いたりテーマを深掘りしたりするワークショップをお待ちしています。興味のある方はぜひこちらからご応募ください👇 forms.gle/kPFiaUCUy6FiUF… #tryswift #iosdev #swiftlang
Have you tried out property wrappers in #swiftlang already? avanderlee.com/swift/property… 👋🏻 Bye, bye, boilerplate code 🧐 Hello improved readability #swiftlang #ios #iosdev #xcode
🥇 Black Friday: SwiftLee Courses & RocketSim avanderlee.com/general/black-… 🥈 Approachable Concurrency in Swift 6.2: A Clear Guide avanderlee.com/concurrency/ap… 🥉 Async await in Swift explained with code examples avanderlee.com/swift/async-aw… #swiftlang #swiftlee
Anyone else building their SpriteKit games with a modular approach? 👀 #SwiftLang #SpriteKit #gamedev
Swift 6: What’s New and How to Migrate avanderlee.com/concurrency/sw… #swiftlee #ios #swiftlang via @twannl
TIL: When mapping through an array of values in Swift, if the key path root is optional, you can unwrap it directly with ".?." or ".!." (rather unfortunate the latter one). #iosdev #swiftlang
In Swift, you're able to pass KeyPaths as functions. Learn what that means and why it's incredibly useful in this post: donnywals.com/using-keypaths… #SwiftLang #iOSDev
Concurrency magic in Swift ⚡️ Running tasks in parallel with async let means both network calls start together 🚀 — cutting your wait time in half ⏱️ #SwiftLang #iOSDev
Anyone else building their SpriteKit games with a modular approach? 👀 #SwiftLang #SpriteKit #gamedev
The amount of code you need to implement Sign in with Apple using @supabase is just insane 🤯 I am planning to migrate completely from Firebase to Supabase, this was the first implementation I did in my first project. Great job @supabase 🎉 #iosdev #swiftlang #supabase #swiftui
How is Swift Concurrency going for you? This nice crash was only happening when compiling on Release mode and changing a couple of `async let` to plain `let foo = try await something()` made the crash disappear. Compile-time Data Race Safety? LOL #swiftlang
Hey guys! I need some #swift help, how can I make this code to compile? #SwiftLang #iOSDev #Xcode #Programing
My response… #Swiftlang #DevRel
I see comments like this one ALL the time. Someone asked me “don’t you get mad when you see people say things like this?” My answer is always no. Any opportunity to expose #Swift in its true capacity is an opportunity to blow a developer’s mind, and I absolutely love it! 🙌🏾✨💕😉
iOS developers, have you ever tested camera functionality in Xcode's Simulator? Now you can 🚀 Let me explain how it works: avanderlee.com/xcode/simulato… #swiftlang #iosdev
Discover how to handle shared mutable global state in Swift 6. Learn to make your singletons play nice with new features. Dive into code tips and actor singletons. Watch now: youtu.be/2FjzoeS-S4k #SwiftLang
Something went wrong.
Something went wrong.
United States Trends
- 1. $MAYHEM 2,544 posts
- 2. The WET 102K posts
- 3. FINALLY DID IT 293K posts
- 4. Warner Bros 156K posts
- 5. HBO Max 67.3K posts
- 6. #FanCashDropPromotion 2,198 posts
- 7. #NXXT_CleanEra N/A
- 8. #NXXT_AI_Energy N/A
- 9. NextNRG Inc 2,521 posts
- 10. Paramount 30.3K posts
- 11. #FridayVibes 5,545 posts
- 12. Cyclist 2,885 posts
- 13. World Cup 81.4K posts
- 14. Good Friday 64.7K posts
- 15. Jake Tapper 65.3K posts
- 16. Ted Sarandos 5,462 posts
- 17. #สิงสาลาตายEP6 83.9K posts
- 18. The EU 155K posts
- 19. SINGSA LATAI EP6 82.9K posts
- 20. TINY CARS 2,605 posts