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://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.
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.