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://machinethink.net/blog/sefr-classifier-in-swift/
machinethink.net
The SEFR classifier
Implementation of the SEFR classification algorithm in Swift
iOS dev
https://amitness.com/regex/
Amit Chaudhary
A Visual Guide to Regular Expression
A mental model of how various components of a regular expression work from the bottom-up.
iOS dev
https://dev.to/freak4pc/what-s-new-in-rxswift-6-2nog
DEV Community
What's new in RxSwift 6 ?
Happy new 2021! It's been quite a rough year, and I'm sure we're all hoping for a much better year wh...
iOS dev
https://dadederk.github.io/post/2021-01-21-01/
Traits of a good accessible iOS app
iOS dev
https://augmentedcode.io/2021/01/18/measurement-unit-dimension-and-measurementformatter-on-ios/
Augmented Code
Measurement, Unit, Dimension, and MeasurementFormatter on iOS
I was looking at formatters provided by Foundation framework and this time I would like to put some attention on MeasurementFormatter. Like the name says, it is used for creating localized strings …
iOS dev
http://merowing.info/2021/01/improve-build-times-by-extracting-3rd-party-tooling-to-processing-script./
Krzysztof Zabłocki
Improve build times by extracting 3rd party tooling to processing script.
How can you improve build times by extracting 3rd party tooling to a dedicated processing script while maintaining code safety?
iOS dev
https://jakub.codes/posts/app-scheme
jakub codes
Customising apps based on scheme | jakub codes
Neat way of tweaking application in code based on selected scheme.
iOS dev
https://benoitpasquier.com/migrating-mvvm-uikit-rxswift-to-combine/
Benoit Pasquier
Migrating MVVM architecture from RxSwift to Combine
It’s been almost two years that Combine has been introduced to the Apple developer community. As many developer, you want to migrate your codebase to it. You don’t want to be left behind but you’re not sure where to start, maybe not sure if you want to jump…
iOS dev
https://lostmoa.com/blog/AddingDoubleColumnNavigationToASwiftUIDocumentApp/
Nil Coalescing
Double column navigation in a SwiftUI document app
Change the style of navigation view in document based apps, by hiding the default view and adding our own.
iOS dev
https://blog.maximeheckel.com/posts/first-failed-swiftui-project
Maximeheckel
My first failed SwiftUI project - Maxime Heckel's Blog
A reflection on my experience building my first SwiftUI app, what I learned, the challenges I faced, and the reasons that made me not release it.
iOS dev
https://mokacoding.com/blog/how-to-migrate-from-swiftui-to-uikit-life-cycle/
mokacoding
How to migrate from SwiftUI to UIKit App Delegate Life Cycle in Xcode
This free tutorial shows how to migrate an existing app with SwiftUI life cycle to use UIKit App Delegate instead
iOS dev
https://www.cocoawithlove.com/blog/swiftui-natural-pattern.html
Cocoa with Love
App architecture basics in SwiftUI, Part 2: SwiftUI's natural pattern
I'll look at the pattern that application architectural pattern that emerges naturally when writing SwiftUI apps in a minimalist way. I'll also look at the different roles that exist in the basic SwiftUI application architecture.
iOS dev
https://matteomanferdini.com/swiftui-data-flow/
Matteo Manferdini
SwiftUI Data Flow: Passing Data Between Views
In this guide, I will show you the strategies to select the correct SwiftUI data flow mechanism and the relative property wrappers.
iOS dev
https://fivestars.blog/swiftui/swiftui-patterns-bindings.html
FIVE STARS
SwiftUI patterns: @Bindings | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://swiftsenpai.com/development/undocumented-section-snapshot-facts/
Swift Senpai
The Undocumented Facts of Diffable Data Source Section Snapshot
Discover some interesting facts about diffable data source section snapshot in iOS 14 that are not being documented by Apple.
iOS dev
https://swiftwithmajid.com/2021/01/20/profiling-swiftui-app-using-instruments/
Swift with Majid
Profiling SwiftUI app using Instruments
Xcode comes with a bunch of tools you need to build, debug and release your apps. One of these tools is the Instruments app. The Instruments app is a great tool for profiling your iOS apps. It provides many profiling templates for debugging Core Data, catching…
iOS dev
https://felginep.github.io/2021-01-21/xcode-configuration-multiple-environments
Pierre Felgines
Xcode configuration for multiple environments
I recently stumbled upon yet another article that explains different techniques to configure an Xcode project for multiple environments. Most of the articles out there propose the same solutions and although these are valid techniques, I think Xcode is not…
iOS dev
https://www.andyibanez.com/posts/understanding-basic-data-structures-swift-sets/
Andy Ibanez - iOS Developer
Understanding Basic Data Structures in Swift: Sets
Learn what sets are and how to use them in Swift.
iOS dev
https://www.avanderlee.com/swift/trailing-escaping-closures/
SwiftLee
Closures in Swift explained with Code Examples
Closure in Swift can be written and used in different ways which are best learned by code examples that cleary explain how to use them.
iOS dev
https://troz.net/post/2021/swiftui_mac_menus/
troz.net
SwifUI Mac Menus
Menus in a SwiftUI Mac app