iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.05K
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://azamsharp.com/2022/10/06/practical-mv-pattern-crud.html
AzamSharp
Practical Mv Pattern Crud
SwiftUI Architecture - A Complete Guide to MV Pattern Approach
iOS dev
https://belkadan.com/blog/2022/10/Swift-in-the-OS/
-dealloc
Swift was always going to be part of the OS
Someone complained that putting Swift in the OS has only made things worse for developers. That's valid, but misses the point.
iOS dev
https://bootstragram.com/blog/frenchkit-2022/
Bootstragram
Notes from FrenchKit 2022
Swift new features, SwiftUI and The Composable Architecture stole the show. As always, conferences help getting your coding juices flowing.
iOS dev
https://blog.timac.org/2022/1005-state-of-swift-and-swiftui-ios16/
blog.timac.org
Apple’s use of Swift and SwiftUI in iOS 16
iOS dev
https://useyourloaf.com/blog/swiftui-view-that-fits/
Use Your Loaf - iOS Development News & Tips
SwiftUI View That Fits
SwiftUI ViewThatFits makes it easier to build adaptive layouts.
iOS dev
https://www.pointfree.co/episodes/ep208-reducer-protocol-in-practice
www.pointfree.co
Episode #208: Reducer Protocol in Practice
We celebrate the release of the Composable Architecture’s new reducer protocol and dependency management system by showing how they improve the case studies and demos that come with the library, as well as a larger more real-world application.
iOS dev
http://swiftwithmajid.com/2022/10/05/mastering-navigationstack-in-swiftui-navigationpath/
Swift with Majid
Mastering NavigationStack in SwiftUI. NavigationPath.
SwiftUI provides us with a brand new data-driven navigation API allowing us to map a value to a destination in the view hierarchy. This week I want to continue the story of the new navigation API in SwiftUI by covering another tool. We will learn how to use…
iOS dev
https://www.avanderlee.com/swift/never-keyword/
SwiftLee
Never keyword in Swift: return type explained with code examples
The Never type in Swift allows you to tell the compiler about an exit point in your code. It’s a type with no values that prevents writing unuseful code by creating dead ends. While the type Never on its own might be a little unknown, you might have been…
iOS dev
https://digitalbunker.dev/using-the-proxy-pattern-in-swift-5/
Digital Bunker
Using The Proxy Pattern In Swift 5
Today, we'll take a closer look at the proxy design pattern. We'll get the formal definition out of the way quickly and then we'll jump into some practical examples.
What Is The Proxy Pattern?
The proxy pattern is a structural pattern that helps you limit…
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/FuL2zynvf1xGjg_RCZcc4Q
iOS dev
https://mp.weixin.qq.com/s/DMWfSxrbu4kgCh4JCQ4XIQ
Weixin Official Accounts Platform
虚拟内存 & I/O & 零拷贝
技术提升性能
iOS dev
EN
iOS dev
https://developer.apple.com/events/ask-apple/
Apple Developer
Meet with Apple - Apple Developer
Join us around the world for a variety of sessions, labs, and workshops — tailored for you.
iOS dev
https://blog.jetbrains.com/kotlin/2022/10/kmm-beta/
The JetBrains Blog
Kotlin Multiplatform Mobile Is in Beta – Start Using It Now! | The Kotlin Blog
Kotlin Multiplatform Mobile – a technology that allows developers to share the logic of iOS and Android apps – is now in Beta and is on track to becoming Stable!
iOS dev
https://tanaschita.com/20221010-quick-guide-on-the-ios-file-system/
Tanaschita
Developer guide on the iOS file system
Learn how to work with files and directories when developing iOS applications. Find out how to read and write to the documents and the library directory by using FileManager in Swift.
iOS dev
https://tanaschita.com/20221017-using-urlsession-with-async-await
Tanaschita
Using URLSession with async/await in Swift
Learn how to make HTTP networking requests with URLSession's async/await API. Along with the release of async/await in Swift 5.5, Apple has also extended many of their asynchronous APIs to support the async/await concurrency model. In this article, we'll…
iOS dev
https://arturgruchala.com/bidirectional-collection-view-with-orthogonalscrollingbehavior/
Artur Gruchała
Bidirectional collection view with orthogonalScrollingBehavior
Before iOS 13, if you wanted to have a vertical collection view with horizontally scrolling sections it required embedding a scroll view inside the collection view cell, passing the model around, handling touch events, a lot of delegation, and complicated…
iOS dev
https://oleb.net/2022/swiftui-task-mainactor/
Ole Begemann
Where View.task gets its main-actor isolation from
If you call SwiftUI’s task modifier inside a view’s body property, the async operation will run on the main actor. However, this isn’t the case if you call task from a helper property or function that isn’t main-actor-annotated. Why?
iOS dev
https://useyourloaf.com/blog/swiftui-gradients-and-shadow-styles/
Use Your Loaf - iOS Development News & Tips
SwiftUI gradients and shadow styles
Add color gradients and drop shadows to your SwiftUI views.
iOS dev
https://oleb.net/2022/xcode-14-mac-concurrency-bugs/
Ole Begemann
Xcode 14.0 generates wrong concurrency code for macOS targets
Mac apps built with Xcode 14.0 and 14.0.1 may contain concurrency bugs because the Swift 5.7 compiler can generate invalid code when targeting the macOS 12 SDK. If you distribute Mac apps, you should build them with Xcode 13.4.1 until Xcode 14.1 is released.