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.swiftwithvincent.com/blog/bad-practice-not-using-phantom-types
Swift with Vincent
Bad practice: not using Phantom Types — Swift with Vincent
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article
🍿
iOS dev
https://www.david-smith.org/blog/2023/10/26/design-notes-42/
www.david-smith.org
Design Evolution: Offline Map Downloader - David Smith, Independent iOS Developer
iOS dev
https://www.createwithswift.com/using-the-arkit-coaching-view-in-a-swiftui-ar-application/
Create with Swift
Using the ARKit coaching view in a SwiftUI AR application
Learn how to use the AR coaching view from ARKit on your augmented reality app in SwiftUI
iOS dev
https://blog.stackademic.com/observation-evolution-swiftui-5s-shift-from-combine-45bf7b698e9d
Medium
Observation Evolution: SwiftUI 5’s Shift from Combine
From Asynchronous Streams to Intuitive Observation: SwiftUI 5’s Progressive Transition
iOS dev
https://swiftunwrap.com/article/unsafe-memory-mutation/
Swift Unwrap
Unsafe memory mutation | Swift Unwrap
Sometimes your memory can play nasty tricks on you… Let’s have fun with it by having a look on how we can mutate… immutable properties!
iOS dev
https://www.swiftjectivec.com/Swift-RandomNumberGenerator/
Swiftjective-C
Generating Random Numbers Elegantly in Swift
Swift has a useful mechanism to generate random values. Today, let's see how we can plug in `SystemRandomNumberGenerator` for our own types.
iOS dev
https://itnext.io/mastering-tipkit-advanced-b6927aeeb9b5
Medium
Mastering TipKit: Advanced
From the perspective of a rules engine, let’s examine TipKit.
iOS dev
https://betterprogramming.pub/creating-a-spotify-style-lyric-view-in-swiftui-7ed9190f17b3
Medium
Create a Spotify-Style Lyric View in SwiftUI
How to make an interactive lyric scrolling view in SwiftUI using ScrollProxy
iOS dev
https://www.avanderlee.com/swift/user-defaults-preferences/
SwiftLee
User Defaults reading and writing in Swift
User Defaults are great for storing user preferences. Share data with other apps and extensions by using App Groups.
iOS dev
https://augmentedcode.io/2023/10/30/interactive-pie-chart-in-swiftui/
Augmented Code
Interactive pie chart in SwiftUI
Apple’s Charts library supports many chart types: bar, line, area, point, rectangle, but proper support for pie charts only came with iOS 17. It was possible to create pie charts before as we…
iOS dev
https://johnoreilly.dev/posts/swift-command-line-kotlin-multiplatform/
John O'Reilly
Creating a Swift command line app that consumes Kotlin Multiplatform code
I only recently came across the capability to create an executable Swift package. Such a package can in turn depend on other Swift packages and, as such, I thought I’d see if I could use this approach to create a Swift command line app that consumes a package…
iOS dev
https://swdevnotes.com/swift/2023/create-a-pie-or-donut-chart-with-swiftui-charts-in-ios-17/
Swdevnotes
Create a Pie or Donut chart with SwiftUI Charts in iOS 17
How to create a Pie or Donut chart with SwiftUI Charts in iOS 17
iOS dev
https://holyswift.app/how-to-use-metatypes-in-swift/
Holy Swift
Swift Metatypes: What They Are and Why You Should Care - Holy Swift
Discover the basics of Swift Metatypes and understand their significance in the world of programming. Discover this technique today!
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.