iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
5.97K
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.9K subscribers
iOS dev
https://samwize.com/2023/07/25/why-you-should-use-oslog-in-2023/
@samwize
Why you should use OSLog in 2023
OSLog is a unified logging framework available for a long time, but I haven’t adopted it much. But things are about to change with a new feature from WWDC 2023.
iOS dev
https://bugorbn.medium.com/state-management-using-protocol-oriented-programming-generics-4c33bd290ff1
Medium
State Management Using Protocol-Oriented Programming + Generics
In this article, I would like to show one of the most convenient ways to manage the state of an object using a protocol-oriented approach
iOS dev
https://betterprogramming.pub/adopting-efficient-networking-practises-563f323fe28b
Medium
Adopting Efficient Networking Practices in iOS Apps
Methodologies to improve network efficiency
iOS dev
https://useyourloaf.com/blog/swiftdata-saving-changes/
Use Your Loaf - iOS Development News & Tips
SwiftData Saving Changes
How does SwiftData decide when it needs to save an object?
iOS dev
https://www.polpiella.dev/show-app-icon-and-version-in-a-swiftui-view
www.polpiella.dev
How to show the app icon and version in a SwiftUI view
Learn how to create an accessible SwiftUI view for your iOS apps that displays the app icon and version side by side.
iOS dev
https://www.pointfree.co/episodes/ep243-tour-of-the-composable-architecture-1-0-the-basics
www.pointfree.co
Episode #243: Tour of the Composable Architecture: The Basics
The Composable Architecture has reached a major milestone: version 1.0. To celebrate this release we are doing a fresh tour of the library so that folks can become comfortable building applications with it in its most modern form. We will start with a simple…
iOS dev
http://swiftwithmajid.com/2023/07/25/mastering-charts-in-swiftui-scrolling/
Swift with Majid
Mastering charts in SwiftUI. Scrolling.
Another feature we have been waiting for is scrolling charts. The latest version of the Swift Charts framework provides the functionality, allowing us to make any chart scroll in a few different ways. This week we will learn how to make our charts scroll…
iOS dev
https://www.swiftjectivec.com/Machine-Learning-on-iOS-API-Surface-Area/
Swiftjective-C
The Machine Learning Landscape on iOS
We know machine learning has been under the spotlight lately. Recently, I was still surprised to see just how much is there for developers to use.
iOS dev
https://holyswift.app/animating-carrousel-transitions-in-swiftui/
Holy Swift
Animating Carrousel Transitions in SwiftUI - Holy Swift
Learn how to animate view transitions in SwiftUI with a carousel effect. Explore the SwiftUI Transition API and a step-by-step code example.
iOS dev
https://mp.weixin.qq.com/s/On3vVRu_gQwT9eT7Do62BQ
iOS dev
https://mp.weixin.qq.com/s/PU5rC0U0XZ1VYqLWSUBWLQ
iOS dev
https://developer.apple.com/news/releases/?id=08022023a
Apple
Releases - Apple Developer
Get the latest operating system releases and learn about updates to App Store Connect, TestFlight, and other developer tools.
iOS dev
https://christianselig.com/2023/08/smartly-open-xcode/
Christianselig
Smart Open Xcode
Open the correct version of Xcode when multiple are installed
iOS dev
https://augmentedcode.io/2023/08/07/applying-metal-shader-to-text-in-swiftui/
Augmented Code
Applying metal shader to text in SwiftUI
WWDC ’23 introduced view modifiers for applying shaders to SwiftUI views. The new view modifiers are called colorEffect, distortionEffect, and layerEffect. In addition, the Shader also confor…
iOS dev
https://swdevnotes.com/swift/2023/animate-background-with-color-gradient-in-swiftui/
Swdevnotes
Animate background with color gradient in SwiftUI
How to animate background with color gradient in SwiftUI
iOS dev
https://medium.com/@jacobmartinbartlett/unit-testing-with-async-await-123c6c4a6fbd
iOS dev
https://quickbirdstudios.com/blog/swift-resultbuilder-data/
QuickBird Studios
Swift Result Builders: Creating Custom DSLs for Binary Formatted Data
Explore the power of Swift's result builder feature and declarative programming to simplify binary data encoding in your mobile apps using our library DataKIt.
iOS dev
https://medium.com/stockbit-bibit-engineering/our-1-mistake-in-ios-app-modularization-that-slows-our-xcode-build-process-3035d7335f2b
Medium
Our 1 Mistake in iOS App Modularization That Slows our Xcode Build process
This was never mentioned in the usual “How to make Xcode build faster” articles, and it might be happening to your codebase too.
iOS dev
https://www.avanderlee.com/xcode/localization-testing-in-xcode/
SwiftLee
Localization testing in Xcode
Localization testing in Xcode can be done using scheme settings, system language override, SwiftUI Previews and RocketSim's relaunch feature.
iOS dev
https://whackylabs.com/swift/uikit/architecture/2023/08/03/flic-uikit/
Whacky Labs
FLIC - The holy grail of all GUI architectures
After many years of search for the best way to build GUI softwares I think I’ve finally found the one true architecture to rule them all!