π Milestone achieved!!
Sold 200 copies of SwiftUI Architecture book. Thank you so much everyone! I really appreciate your support.
azamsharp.school/swiftui-arch...
#iosdev #swiftui
I wanted to conditionally show and hide the playback controls of the AVPlayer in AppKit.
I did this by providing a decimal, so when the value was below a certain number, I would hide the playback controls.
#dev #AppKit #SwiftUI #macOS
We've done one-to-many. We've done one-to-one. Now it's time for many-to-many! π Part 7 of my SQLite Data series is live β CloudKit sync is getting closer! youtu.be/eIcBsMOW9UA #SwiftUI #iOSDev #SQLiteData
iOS Event Handling Evolution: UIKit Responder Chain and SwiftUI Gestures #Technology #SoftwareEngineering #MobileDevelopment #iOSDevelopment #SwiftUI #UIKit
hackernoon.com/ios-event-handling-evolu...
Discover the evolution of iOS event handling. Compare the classic UIKit Responder Chain with modern SwiftUI gestures to master user interactions. #swiftui
Precisely scope animations to specific animatable attributes in SwiftUI by using the animation(_:body:) API introduced in iOS 17: nilcoalescing.com/blog/Isolate...
#iOSDev #SwiftUI
Rewriting the app has been therapeutic and a little frustrating. Getting there though. I had even settled on the wrong terminology which Iβm rectifying now. Loads done but a fair way to go before I reach parity with the original build. Getting a little less annoyed with #SwiftUI each time too
just shipped a mac app for App Store screenshots. no cloud, no account, no network access at all. your images never leave your mac. $0.99 one time.grab it here
app store: apps.apple.com/us/app/frame...
website: framelab.techfixpro.net
#indiedev #MacOS #SwiftUI #AppStore #buildinpublic
π± πππππ² π΄π³ πΆπ πΌππ!
Fresh insights:
π¦ ππ€πππ‘'π πΌπ·πΈ ππ’πππππ‘
π πππππππππππππππ‘πΆπππ‘ππ₯π‘ & ππππππππ
π¨ πΆπ’π π‘ππππ§πππ ππΉ ππ¦πππππ
π π΅π’ππππππ π πΏππ π‘ π
ππππππππππ‘
πΌ π΄π π¦πππΌππππ
π ππππ π
πππππ‘ ππππ’
π€ πππππ - πππ’π πππ π΄ππππππ¦ π»ππ π΄πΌ
π ππππππ΅πππ
#Swift #SwiftUI
ios-newsletter.snappmobile.io/issues/2026-...
The new TabView content is finally out! Check it out here:
exploreswiftui.com/library/tabv...
#iOSDev #SwiftUI
The iOS Weekly Brief β Issue 52
iosweeklybrief.com/p/the-ios-we...
#TheiOSWeeklyBrief #iOS #Swift #SwiftUI #Xcode #Apple #iOSDeveloper
Spent my Friday evening exploring the new @pointfree.co TCA26 beta, connecting it to skip.tools to get the framework working on Android.
A single #swiftlang codebase, native #SwiftUI and #JetpackCompose components, and the Composable Architecture all together? THE FUTURE IS NOW
Soothy update β a few bug fixes under the hood. Steady progress. π οΈ #indiedev #SwiftUIββββββββββββββββ
apps.apple.com/fr/app/sooth...
Tired of juggling Claude Code terminals, so I built a native macOS app to orchestrate them from a visual canvas.
Parallel agents, git isolation, tool approvals, inline diffs, spec-driven dev.
100% SwiftUI. Built with Claude Code, for Claude Code.
fermata.run
#ClaudeCode #SwiftUI #VibeCoding
Great #InteractionDesign & #UIDesign #MotionGraphic. #SwiftUI.
Image of an apple watch ultra with the swim app showing. There are two buttons to choose a swim workout, open water at the top in salmon and pool at the bottom in magenta.
Image of an apple watch ultra with the live swim metrics. Water temperature of 81F at the top left in blue. Elapsed time at 7 seconds in yellow below. Below that zero yards swum, leading to a pace of 0 minutes and 0 seconds per 100 yard. And finally heartrate at the bottom.
The open water swim app I'm building will only show live distance and pace when moving my arms.
I'm about to go in my backyard and "Air Swim"....
#SwiftUI
Iβm dealing with an issue with a nested Menu in #SwiftUI. The first tap doesnβt animate smoothly, but every tap after that is fine.
I tried your .compositingGroup() fix hoping it would help, but no luck. Attaching a video in case this looks familiar.
Noticed different behavior in a couple of text fields with number formatters. On one I could type an aperture (e.g. 5.6) and it only finalizes the formatting on submit. The other is greedy and tries to format as you type, so that 5.6 ends up as f/56.
I tracked it down to different flows for [β¦]
Screenshot excerpts from a Mac and iPhone. In the Mac one, the custom colour scheme button is a blue pill shape. On the iPhone itβs a circle with a rainbow shaded outer circle.
Hmmm. Annoyingly Iβve just noticed that a colorPicker button looks different on Mac and IPhone. Any ideas?
#indiedev #SwiftUI
βHow do I format dates to show only specific parts in SwiftUI?
π‘Use the .formatted modifier with dateTime formatters like .week(), .weekOfMonth(), .weekday(), and .day(.ordinalOfDayInMonth) to display specific date components.
πFree #SwiftUI picture book at bigmtn.studio
βHow do I create a simple List with data in SwiftUI?
π‘Use the List view with an array of data, passing an id parameter to uniquely identify each row. The List iterates through your array and displays each item using the closure you provide.
πFree #SwiftUI picture book at bigmtn.studio
Any idea how to fix this Liquid Glass visual bug?
In my app, I have a #SwiftUI Menu that presents an overlay over the whole view. But the Menu stays visible for a short period of time until it goes below the overlay π«€
Works fine on iOS 17/18.
Code: gist.github.com/alpennec/31e...
π§ͺ ππππ€πΌππ ππππ‘ππ πππ ππ€πππ‘ππΌ: ππππβπππ π‘βπ π
ππ ππ πππ π΅ππππππ‘π by Jon Reid (@qualitycoding.org)
Is ViewInspector worth the third-party dependency? It enables finding subviews, querying attributes, and triggering actions in SwiftUI unit tests.
#SwiftUI #Testing
qualitycoding.org/viewinspecto...
Learn how to adjust size, color, rendering modes, variable values, and design variants of SF Symbols in SwiftUI apps: nilcoalescing.com/blog/Customi...
#iOSDev #SwiftUI
The main Take Stock window. On the left is a sidebar showing two collections of photos and three folders, the last of which is selected. In the middle is a table showing a thumbnail of each image as well as several columns of metadata. The rightmost column is an inspector detailing all of the metadata for the selected image.
Been a little while, but I released a new Take Stock beta! Lots of little bug fixes and improvements, plus a big change: moving top tabs to a sidebar column.
lostcause.photo/projects/takestock
#SwiftUI #IndieDev #BuildInPublic #Photography
π πΌππππππ‘π ππππππππππ€ ππ ππ€πππ‘ππΌ by Artem Mirzabekian
Build a seamless looping carousel in SwiftUI with horizontal and vertical support. Uses scroll geometry observers to detect wrap-around and preserve velocity during position jumps.
#SwiftUI #iOSDev #iOS
livsycode.com/swiftui/infi...
6 videos in and the Gift Registry app just got a whole lot better. π Part 6 adds photo picking, blob storage & list thumbnails using SQLite Data from Point-Free in a one-to-one relationship . youtu.be/Js1n-sbUyU4 #SwiftUI #SQLiteData #iOSDev
Iβm building the app that I havenβt been able to find: a beautiful and native notes app for macOS that is perfect for writing note documents and creating mood boards in an infinite canvas.
#dev #SwiftUI #AppKit
The latest update for #Bugfender includes "#iOS #App Clips: What They Are and How to Create One" and "#SwiftUI Button Guide: How to Create and Customize Buttons".
#crashreporting #logging https://opsmtrs.com/3F2zWgi