iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.04K
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://holyswift.app/accordion-in-swiftui-disclosuregroup-explorations/
Holy Swift
Accordion in SwiftUI - DisclosureGroup Explorations - Holy Swift
Learn how to make the UI component called accordion in SwiftUI. Deep dive in all the DisclosureGroup initialisations in this iOS guide.
iOS dev
https://medium.com/@fatihcyln/the-problems-with-singletons-and-why-you-should-use-di-instead-5a0fa0a5baed
Medium
The Problems with Singletons and Why You Should Use DI Instead
Hello developers, in this article we are going to deep dive into Singleton and Dependency Injection. We will get the all answers at the end…
iOS dev
https://www.raywenderlich.com/34862236-state-restoration-in-swiftui
kodeco.com
State Restoration in SwiftUI
Learn how to use SceneStorage in SwiftUI to restore iOS app state.
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…