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://useyourloaf.com/blog/swiftui-custom-environment-values/
Use Your Loaf - iOS Development News & Tips
SwiftUI Custom Environment Values
A quick guide to creating your own custom SwiftUI environment values.
iOS dev
https://www.andyibanez.com/posts/multithreading-options-on-apple-platforms/
Andy Ibanez - iOS Developer
Multithreading Options on Apple Platforms
Meet the multithreading tools offered by Apple on all their platforms, and learn to choose the right one for your needs.
iOS dev
https://www.avanderlee.com/swift/lazy-collections-arrays/
SwiftLee
How and when to use Lazy Collections in Swift
Lazy collections can increase performance if used correctly. Learn how they work, how they compute and result in increased performance.
iOS dev
https://blog.kaleidoscope.app/2021/02/22/xcode-debugger-integration
Xcode Debugger Integration
iOS dev
https://blog.human-friendly.com/how-does-the-swiftui-environment-work-and-can-it-be-used-outside-swiftui-for-dependency-injection
Human Friendly
How does the SwiftUI Environment work and can it be used outside SwiftUI for Dependency Injection?
Apologies for the lack of code syntax highlighting. I have plans to migrate my whole blog at some point in the future but I needed to get this out of my head before that.
I woke up this morning...
iOS dev
https://swiftrocks.com/be-careful-with-objc-bridging-in-swift.html
Swiftrocks
Be careful with Obj-C bridging in Swift
Bridging to/from Objective-C is an important part of Swift development due to the Obj-C history of Apple's platforms. Unfortunately, there are some hidden caveats that could lead to bizarre situations that would be impossible in a pure Swift environment.
iOS dev
https://kean.blog/post/not-list
kean.blog
…But Not NSTableView
Integrating NSTableView with SwiftUI
iOS dev
https://www.raywenderlich.com/19456196-swift-accelerate-and-vimage-getting-started
kodeco.com
Swift Accelerate and vImage: Getting Started
Learn how to process images using Accelerate and vImage in a SwiftUI application.
iOS dev
https://trycombine.com/posts/self-weak-unowned/
try Code
Using self, weak, and unowned in Combine
Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
iOS dev
https://davedelong.com/blog/2021/03/04/exploiting-string-interpolation-for-fun-and-for-profit/
Dave DeLong
Exploiting String Interpolation For Fun And For Profit
A while ago I was playing around with Swift’s string interpolation functionality and come up with something cool I thought I’d share with you.
iOS dev
https://jobandtalent.engineering/statically-typed-json-payload-in-swift-bd193a9e8cf2
Medium
Statically-typed JSON payload in Swift
Increasing signal-to-noise ratio via types
iOS dev
https://medium.com/geekculture/why-swift-reference-types-are-bad-for-app-startup-time-90fbb25237fc
Medium
Why Swift Reference Types Are Bad for App Startup Time
The app launch experience is the first impression you make on a user. Every millisecond they wait for your app to start is valuable time…
iOS dev
https://www.fivestars.blog/swiftui/embracing-viewbuilder.html
FIVE STARS
Quick tips on embracing @ViewBuilder | FIVE STARS
With Swift 5.3, @ViewBuilder is now more powerful than ever! Let's see how we can take advantage of the latest new features.
iOS dev
https://github.com/satoshi0212/AR_100Days
GitHub
GitHub - satoshi0212/AR_100Days
Contribute to satoshi0212/AR_100Days development by creating an account on GitHub.
iOS dev
https://medium.com/macoclock/remove-the-image-background-in-swift-using-core-ml-8646ed3a1c14
Medium
Remove the image background in Swift using Core ML
For my personal photo editing indie App Cre8, I wanted to implement the functionality to make Avatars for social networks. For that user…
iOS dev
https://quickbirdstudios.com/blog/swiftui-navigation-deep-links/
QuickBird Studios
Navigation and Deep-Links in SwiftUI
We separate the navigation logic from the view logic and implement deep-links in SwiftUI, using our new open-source library XUI.
iOS dev
https://nemecek.be/blog/88/uimenu-comprehensive-guide
nemecek.be
UIMenu: Comprehensive guide
Learn how to use UIMenu to build modern UI. This tutorial shows basic example, how to add separator, how to work with submenus and more.
iOS dev
https://suelan.github.io/2021/03/05/20210305-pointer-authentication-failed/
suelan.github.io
Crash - Pointer Authentication Failures or invalid memory accesses | RY 's Blog
iOS dev
https://matteomanferdini.com/network-requests-rest-apis-ios-swift/
Matteo Manferdini
REST API Calls in Swift: iOS Networking Architecture [in SwiftUI]
A comprehensive guide to making REST API calls in swift with the proper networking layer architecture for iOS apps in SwiftUI.
iOS dev
https://swiftwithmajid.com/2021/03/03/focusedvalue-and-focusedbinding-property-wrappers-in-swiftui/
Swift with Majid
FocusedValue and FocusedBinding property wrappers in SwiftUI
The last year Apple has done a great job in terms of focus management in SwiftUI. We got a few new modifiers to set up an entry point for the focus system and programmatically handle focus changes. We still have some gaps, and I hope Apple will fill them…