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://www.kodeco.com/40950083-creating-shortcuts-with-app-intents
kodeco.com
Creating Shortcuts with App Intents
Learn how to create iOS shortcuts using Swift in this App Intents tutorial.
iOS dev
https://liamnichols.eu/2023/10/02/taking-your-strings-catalogs-to-the-next-level.html
liamOS
Taking your Strings Catalogs to the Next Level
In Xcode 15 Apple introduced Strings Catalogs, a new file format (.xcstrings) that can be used as a single source for all of your apps localized string content.
iOS dev
https://itnext.io/sync-data-in-swiftui-using-nsubiquitouskeyvaluestore-83263b1373cc
Sync Data in SwiftUI Using NSUbiquitousKeyValueStore
iOS dev
https://www.emergetools.com/blog/posts/comparing-top-analytics-sdks-for-ios
Emergetools
Emerge Tools Blog | Comparing the Performance of the Top 6 Analytics SDKs for iOS
Comparing the size and performance impacts of the most popular analytics SDKs for iOS
iOS dev
https://www.polpiella.dev/core-data-and-swift-data
www.polpiella.dev
Using Core Data and Swift Data side by side
How to set up Core Data and Swift Data to use the same data store in your app.
iOS dev
https://digitalbunker.dev/bresenhams-line-algorithm/
Digital Bunker
Bresenham's Line Algorithm
I took a Computer Graphics course during college, and I've been revisiting the subject. During this recent exploration, I came across something interesting: Bresenham's Line Drawing Algorithm. It's a straightforward and extremely clever method for drawing…
iOS dev
https://alexanderweiss.dev/blog/2023-09-16-style-your-tipkit-tips
alexanderweiss.dev
Style your TipKit Tips
iOS 17 is set to release soon. Let's take a look at TipKit and how to customize its appearance.
## Basic Setup
To start using TipKit, we need to set up the basics. Firstly, we have to configure the tips framework. Although there are several options...
iOS dev
https://www.avanderlee.com/workflow/minimum-ios-version/
SwiftLee
Picking your minimum iOS version to support
Which minimum iOS version should you support? Which devices will I drop support for and how to decide based on facts. Convince your colleagues with data.
iOS dev
https://betterprogramming.pub/unveiling-the-data-modeling-principles-of-swiftdata-480c993d2f5c
Medium
Unveiling the Data Modeling Principles of SwiftData
While analyzing code, learning Swift’s new features
iOS dev
http://swiftwithmajid.com/2023/10/03/mastering-observable-framework-in-swift/
Swift with Majid
Mastering Observation framework in Swift
Apple introduced the new Observation framework powered by the macro feature of the Swift language. The new Observation framework, in combination with the Swift Concurrency features, allows us to replace the Combine framework that looks deprecated by Apple.…
iOS dev
https://swiftui-lab.com/swiftui-animations-part6/
iOS dev
https://www.swiftconf.to/
iOS dev
https://developer.apple.com/documentation/xcode-release-notes/xcode-15_1-release-notes
Apple Developer Documentation
Xcode 15.1 Release Notes | Apple Developer Documentation
Update your apps to use new features, and test your apps against API changes.
iOS dev
https://www.swift.org/blog/swift-everywhere-windows-interop/
Swift.org
Swift Everywhere: Using Interoperability to Build on Windows
This post was originally published at Speaking in Swift by The Browser Company under the title “Interoperability: Swift’s Super Power”.
iOS dev
https://github.com/apple/swift-distributed-actors
GitHub
GitHub - apple/swift-distributed-actors: Peer-to-peer cluster implementation for Swift Distributed Actors
Peer-to-peer cluster implementation for Swift Distributed Actors - apple/swift-distributed-actors
iOS dev
https://developer.apple.com/forums/thread/732320
The Care and Feeding of Developer ID
iOS dev
https://swiftwithmajid.com/2023/10/10/sensory-feedback-in-swiftui/
Swift with Majid
Sensory feedback in SwiftUI
SwiftUI introduced the new sensoryFeedback view modifier, allowing us to play haptic feedback on all Apple platforms. This week, we will learn how to use the sensoryFeedback modifier to give haptic feedback on different actions in our apps.
iOS dev
https://www.avanderlee.com/concurrency/preconcurrency-checking-swift/
SwiftLee
@preconcurrency: Incremental migration to concurrency checking
The @preconcurrency attribute allows you to suppress Sendable-related warnings emitted from 3rd party libraries temporarily.
iOS dev
https://exyte.com/blog/swiftui-animated-tabbar
Exyte
SwiftUI Tutorial - Animated TabBar
Building a customisable tab bar with animation presets using SwiftUI
iOS dev
https://useyourloaf.com/blog/replacing-ibdesignable-with-xcode-previews/
Use Your Loaf - iOS Development News & Tips
Replacing IBDesignable with Xcode Previews
If you're still using IBDesignable and IBInspectable it's time to migrate to Xcode Previews.
iOS dev
https://www.polpiella.dev/info-plist-swift-cli
www.polpiella.dev
Adding an Info.plist file to a Swift executable
Find out how to add extra information to your Swift command-line tool through an Info.plist file while keeping it as a single-file executable.