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.swift.org/blog/packages-page/
Swift.org
Introducing Packages on Swift.org
Today, Swift.org gains a useful, new top-level Packages page.
iOS dev
https://lickability.com/blog/creating-your-first-app-shortcut/
Lickability
Creating your first app shortcut – Lickability
How to use Apple's new AppIntents framework
iOS dev
https://swiftui-lab.com/swiftui-animations-part7/
iOS dev
https://www.swiftindepth.com/articles/reusable-components/
Swiftindepth
Deliver reusable components without making them reusable
Reusability and duplication are tough to balance. What if I told you that, sometimes, you don't have to?
iOS dev
https://swiftrocks.com/how-necessary-are-the-programming-fundamentals
Swiftrocks
How necessary are the programming fundamentals?
I feel like there's a lot of misinformation around this topic and I've been hoping I could address that in a way that could be convincing even for those who can't stand hearing the word
iOS dev
https://www.youtube.com/watch?v=tlk9BRvIbq4
YouTube
Swift Connection 2023 - Hidde van der Ploeg - How to Make Your App Look Like You've Hired a Designer
Filmed at https://swiftconnection.io/ on September 2023. Get the transcript and the slides on https://async.techconnection.io/talks/frenchkit/september-2023/hidde-van-der-ploeg-how-to-make-your-app-look-like-youve-hired-a-designer. Find more talks of our…
iOS dev
https://exyte.com/blog/swiftui-tutorial-scaling-header
Exyte
SwiftUI Tutorial – Scaling Header
A scroll view with a sticky header which shrinks as you scroll. Written with SwiftUI.
iOS dev
https://medium.com/@omar.saibaa/builder-design-pattern-in-ios-73d23720ab76
Medium
Builder Design Pattern in iOS
The Builder design pattern is a creational design pattern that separates the construction of a complex object from its representation. It…
iOS dev
https://david-smith.org/blog/2023/11/06/design-notes-46/
www.david-smith.org
Calculating a Smooth Clock Hands Animation - David Smith, Independent iOS Developer
iOS dev
https://levelup.gitconnected.com/modular-navigation-in-swiftui-a-comprehensive-guide-5eeb8a511583
Medium
Modular Navigation in SwiftUI: A Comprehensive Guide
How I handle navigation in a Modular SwiftUI application
iOS dev
https://itnext.io/how-to-observe-data-changes-in-swiftdata-using-persistent-history-tracking-77ceff2cb689
Medium
How to Observe Data Changes in SwiftData Using Persistent History Tracking
Take Control Manually, Unleash More Possibilities
iOS dev
https://useyourloaf.com/blog/registering-for-trait-changes/
Use Your Loaf - iOS Development News & Tips
Registering For Trait Changes
Apple deprecated traitCollectionDidChange in iOS 17, replacing it with a method to register for specific trait changes.
iOS dev
https://useyourloaf.com/blog/custom-traits-and-swiftui/
Use Your Loaf - iOS Development News & Tips
Custom Traits and SwiftUI
Starting with iOS 17 you can add your own custom traits to the UIKit trait environment and have them interoperate with the SwiftUI environment.
iOS dev
https://betterprogramming.pub/swiftui-layout-cracking-the-size-code-952dd2b11065
Medium
SwiftUI Layout — Cracking the Size Code
The size you perceive may not necessarily be the size utilized for layout
iOS dev
http://swiftwithmajid.com/2023/10/31/mastering-contentunavailableview-in-swiftui/
Swift with Majid
Mastering ContentUnavailableView in SwiftUI
SwiftUI introduces the new ContentUnavailableView type, allowing us to display empty, error states or any other state where content is unavailable in our apps. This week, we will learn how to use the ContentUnavailableView to guide users through empty states…
iOS dev
https://www.swift.org/blog/swift-5.9-backtraces/
Swift.org
On-Crash Backtraces in Swift
The new Swift 5.9 release contains a number of helpful, new features for debugging code, including an out-of-process, interactive
crash handler to inspect crashes in real time, the ability to trigger
the debugger for just-in-time debugging, along with concurrency…
iOS dev
https://forums.swift.org/t/progress-toward-the-swift-6-language-mode/68315
Swift Forums
Progress toward the Swift 6 language mode
Since the last update laying out the design priorities for the Swift 6 language mode, the project has been making steady advances towards this next milestone. However, some of the previously stated goals include open-ended research questions that are still…
iOS dev
https://jackmorris.xyz/posts/2023/11/06/distributing-work-between-actors/
Distributing Work Between Actors
iOS dev
https://betterprogramming.pub/geometryreader-blessing-or-curse-1ebd2d5005ec
Medium
GeometryReader: Blessing or Curse?
A good tool is only as good as the person who wields it
iOS dev
https://david-smith.org/blog/2023/11/13/design-notes-47/
www.david-smith.org
Matching the Modular Ultra watch face with SF Font Alternatives - David Smith, Independent iOS Developer