iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
10.8K subscribers
iOS dev
https://drobinin.com/talks/2020/big-o-notation-of-your-app/
Drobinin
Big O Notation of your app by Vadim Drobinin
Modern devices are way more powerful for users to notice a difference between bubble sort and merge sort. Or not? Should everyone know how to implement Ukkonen's algorithm if they develop a weather app? What's the "Big O" of your average app and how to determine…
iOS dev
https://medium.com/azimolabs/how-to-handle-keyboard-behavior-in-ios-apps-3098a8c5411a
Medium
How to handle keyboard behavior in iOS apps
Make on-screen keyboard and application UI friends
iOS dev
https://www.donnywals.com/the-ios-developers-guide-to-wwdc-2021/
Donny Wals
The iOS Developer’s guide to WWDC 2022 – Donny Wals
WWDC is always an exciting time for iOS engineers. It's the one week a year where we're all newcomers to a whole range of features and APIs that Apple has just unleashed upon the world through their…
iOS dev
https://swiftwithmajid.com/2021/05/26/swiftui-wishlist-for-wwdc21/
Swift with Majid
SwiftUI wishlist for WWDC21
WWDC21 is coming pretty soon, and it is a great chance to think about the new features that I want to see in SwiftUI. This wishlist contains not only the list of the features I want to use but also possible APIs. Remember that this post is the result of my…
iOS dev
https://developer.mongodb.com/how-to/realm-graphql-demo-custom-resolvers/
Mongodb
Realm GraphQL Demo: Custom Resolvers | MongoDB
The aim of this tutorial is to learn how to use Custom Resolvers for complex use cases.
iOS dev
https://www.swiftbysundell.com/articles/avoiding-problematic-enum-cases-in-swift/
Swift by Sundell
Avoiding problematic cases when using Swift enums | Swift by Sundell
Swift’s enums are awesome, but they’re not always the best choice for modeling a given piece of data. Let’s explore why that is, and what other tools that can be good to keep in mind in order to avoid certain problematic enum cases.
iOS dev
https://alejandromp.com/blog/swift-concurrency/
Alexito's World
Swift Concurrency Videos | Alexito's World
Swift is about to get its Concurrency features. Their development is going very well, with many proposals actively reviewed and a lot of the work already available in recent snapshots....
iOS dev
https://developer.apple.com/wwdc21/beyond-wwdc/
iOS dev
https://kean.blog/post/lazy-image
kean.blog
LazyImage
Lazy image loading for SwiftUI
iOS dev
https://heartbeat.fritz.ai/real-time-breath-tracking-via-airpods-1fb6b8274c22
Medium
Real-Time Breath Tracking via AirPods
How to create and run a breath-tracking model using airpods
iOS dev
https://swiftsenpai.com/testing/add-custom-lldb/
Swift Senpai
Adding Swift Code as Custom LLDB Command - Swift Senpai
This article shows you how to convert your Swift code to a custom LLDB command and how to automatically load it into the debugger.
iOS dev
https://medium.com/realm/migrating-a-swiftui-ios-app-from-core-data-to-realm-46e1b0ebe70d
Medium
Migrating a SwiftUI iOS App from Core Data to Realm
If you have an app that already uses Core Data, and have been considering the move to Realm, this step-by-step guide is for you!
iOS dev
https://mokacoding.com/blog/better-swift-date-compare-tests/
mokacoding
Don't use `Date()` in your Swift tests
Inject dates to decouple your tests from the passage of time.
iOS dev
https://www.highcaffeinecontent.com/blog/20210605-Catalyst-Sample-Code-Roundup
Catalyst Sample Code Roundup
iOS dev
https://obscuredpixels.com/combining-core-data-with-generics
Obscuredpixels
obscuredpixels - Learn SwiftUI Techniques
Explore tutorials on SwiftUI including WebSockets, Async Animations, and Core Data with Generics. Practical examples and guides for developers.
iOS dev
https://medium.com/macoclock/ios-passwordless-chat-application-with-auth0-4c043a39411c
Medium
iOS Passwordless Chat Application with Auth0
Almost every application needs an authentication strategy
iOS dev
https://prograils.com/avplayerviewcontroller-video-ends
Prograils.com
How to check if a video ends playing in AVPlayer and other actions | Prograils
Wondering how to manage videos with AVPlayer in an iOS app? Read our tutorial and learn how to check if it has ended playing inter alia!
iOS dev
https://swiftwithmajid.com/2021/06/02/frames-in-swiftui/
Swift with Majid
Frames in SwiftUI
SwiftUI provides us a magical frame modifier that you might think is very simple and straightforward to use. But there is a lot of complicated logic under the hood. This week we will talk about fixed and flexible frames and the frame modifier to control them.
iOS dev
https://www.kiloloco.com/articles/009-using-decodable-dynamic-values-swift/
Kilo Loco
Using Decodable with Dynamic Values in Swift | Kilo Loco
Using Decodable to decode dynamic JSON values in Swift.
iOS dev
https://oleb.net/2021/swift-language-reference/
oleb.net
Swift needs a better language reference – Ole Begemann
Reference documentation should be searchable, linkable, and ideally integrated into IDEs. A badly structured book isn’t good enough.