Advertisement · 728 × 90
#
Hashtag
#SwiftUi
Advertisement · 728 × 90
Build a FlashCards iPhone App - Challenge & Solution using SwiftData
Build a FlashCards iPhone App - Challenge & Solution using SwiftData YouTube video by Prof. John Gallaugher

Build a Flash Card app in #SwiftUI using #SwiftData. One of two apps my students needed to build w/o AI during their hands-on 2.5 hr. in-class 2nd mid-term. Solution provides a "recipe" breakdown for thinking about basic SwiftData setup w/MockData. youtu.be/pyKM3FJhQWg #CSed, #ADE, #Swift

2 1 0 0
Preview
AsyncImage in SwiftUI - Wesley de Groot AsyncImage is a SwiftUI view that simplifies loading and displaying images from remote URLs. It handles the asynchronous nature of network requests, provides loading states, and manages caching…

🖼 𝐴𝑠𝑦𝑛𝑐𝐼𝑚𝑎𝑔𝑒 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Wesley de Groot (@0xwdg.bsky.social)

AsyncImage handles remote image loading asynchronously with built-in caching. Covers phase handling (empty, success, failure), image gallery use cases, and when third-party alternatives are worth it.

#SwiftUI #iOSDev

2 1 0 0
Preview
Create immersive backgrounds in SwiftUI with backgroundExtensionEffect() The new backgroundExtensionEffect() modifier in iOS 26 lets us extend and blur visual content beyond a view’s bounds, creating continuous backgrounds behind elements like sidebars, inspectors, and ove...

The new backgroundExtensionEffect() SwiftUI modifier in iOS 26 lets us extend and blur visual content beyond a view’s bounds, creating continuous backgrounds behind elements like sidebars, inspectors, and overlay controls: nilcoalescing.com/blog/Backgro...
#SwiftUI #iOSDev

9 4 0 0
Preview
Bloc for iOS: A Better Way to Manage State in SwiftUI A deep dive into state management patterns — and why the event-driven, unidirectional approach from Flutter’s Bloc library deserves a home…

Just published an article about the Swift implementation for the Bloc pattern #swift #swiftui #bloc

Bloc for iOS: A Better Way to Manage State in SwiftUI medium.com/@fray_88/blo...

Would love to hear your thoughts!

1 0 0 0
Preview
Building List replacement in SwiftUI Whenever you consider creating a scrollable screen in SwiftUI, you might think of using a List. However, it’s not always the best choice. Lists are great for displaying uniform data. For anything…

📜 𝐵𝑢𝑖𝑙𝑑𝑖𝑛𝑔 𝑎 𝐿𝑖𝑠𝑡 𝑅𝑒𝑝𝑙𝑎𝑐𝑒𝑚𝑒𝑛𝑡 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Majid Jabrayilov (@mecid.bsky.social)

Build custom scrollable containers using ScrollView with lazy stacks and Container View APIs. Create reusable ScrollingSurface, DividedCard, and SectionedSurface components for full control over the UI.

#SwiftUI

2 2 0 0

Ever since giving my first tech talks at meetups, I dreamed of speaking on a big stage. One of the biggest influences for my personal growth were (1/6)

#BuildInPublic #CreateWithSwift #Dev #Education #IndieDev #iOS #iOSDev #Swift #SwiftUI #Conference #Speaker #SwiftCraft #TechTalk #Folkstone #UK

7 0 5 0
Preview
Customizing the appearance of symbol images in SwiftUI Learn how to adjust size, color, rendering modes, variable values, and design variants of SF Symbols in SwiftUI apps.

🎨 𝐶𝑢𝑠𝑡𝑜𝑚𝑖𝑧𝑖𝑛𝑔 𝑆𝐹 𝑆𝑦𝑚𝑏𝑜𝑙𝑠 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Natalia Panferova (@natpanferova.bsky.social)

Covers size with font(), color with foregroundStyle(), rendering modes (monochrome, hierarchical, palette, multicolor), variable values for dynamic states, and fill and slash design variants.

#SwiftUI #SFSymbols

6 1 0 0
Searchable Modifier in SwiftUI - Wesley de Groot The searchable modifier in SwiftUI makes it easy to add search functionality to your views. It provides a native search experience with automatic keyboard handling, search suggestions, and integration with the navigation bar. What is the searchable Modifier? The searchable modifier, introduced in iOS 15, adds a search field to your view. It integrates seamlessly with NavigationStack and List views, providing a fam...

Searchable Modifier in SwiftUI wesleydegroot.nl/blog/searchable-modifier... #SwiftUI #Search

0 1 0 0

Searchable Modifier in SwiftUI wesleydegroot.nl/blog/searchable-modifier... #SwiftUI #Search

0 0 0 0
Video

SparkyTales was updated with improvements for iOS 26.4. Better + more reliable story generation and enhanced user experience. Scroll animations while generating, subtle haptics, concentric buttons and new story settings!

apps.apple.com/nl/app/spark...

#SwiftUI #iOSDev #IndieDev

4 0 0 0
Post image Post image

#SwiftUI students are taking mid-term #2. They need to build 2 apps in 2.5 hrs. Hands-on. No AI, can't open older apps or consult the Internet. They'll be prepped for code interviews. Hire them! Send me your job announcements to pass along. Solution video forthcoming to bit.ly/prof-g-swiftui

4 0 2 0
Indicating Selection in macOS Menus Using SwiftUI – SerialCoder.dev

The following article shows techniques for highlighting the selected menu item in SwiftUI Mac apps:

serialcoder.dev/text-tutorials/macos-tut...

#SwiftUI #MacDev

0 0 0 0
Post image

❓How do I gradually mix colors in SwiftUI?
💡Use the .mix() function on colors with a percentage value. For example: Color.green.mix(with: .blue, by: 0.5) creates a 50/50 blend between green and blue.
👉Free #SwiftUI picture book at bigmtn.studio

7 1 0 0
Checking accessibility with SwiftUI Previews SwiftUI previews offer a fast, practical way to see the output of our view code. But did you know you can also use them to test accessibility-related UI changes including Dynamic Type, localisation, a...

SwiftUI previews offer a fast, practical way to see the output of our view code. But did you know you can also use them to check accessibility-related UI changes.

mobilea11y.com/blog/swiftui...

#accessibility #a11y #ios #iosdevelopment #swiftui

3 0 0 0
Preview
Animating SF Symbols in SwiftUI Add symbol effect animations and transitions to symbol images in SwiftUI to handle icon state changes without custom drawing or animation logic.

Add symbol effect animations and transitions to symbol images in SwiftUI to handle icon state changes without custom drawing or animation logic: nilcoalescing.com/blog/Animati...
#iOSDev #SwiftUI

8 2 0 0
Post image

🎉 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

2 0 1 0
Video

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

4 0 2 0
SQLiteData Part 7  Occasions and Many To Many Relationship
SQLiteData Part 7 Occasions and Many To Many Relationship YouTube video by Stewart Lynch

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

2 0 0 0
Preview
iOS Event Handling Evolution: UIKit Responder Chain and SwiftUI Gestures | HackerNoon Discover the evolution of iOS event handling. Compare the classic UIKit Responder Chain with modern SwiftUI gestures to master user interactions.

iOS Event Handling Evolution: UIKit Responder Chain and SwiftUI Gestures #Technology #SoftwareEngineering #MobileDevelopment #iOSDevelopment #SwiftUI #UIKit

hackernoon.com/ios-event-handling-evolu...

1 0 0 0
Preview
iOS Event Handling Evolution: UIKit Responder Chain and SwiftUI Gestures

Discover the evolution of iOS event handling. Compare the classic UIKit Responder Chain with modern SwiftUI gestures to master user interactions. #swiftui

1 1 0 0
Preview
Isolate SwiftUI animations to specific attributes Precisely scope animations to specific animatable attributes by using the animation(_:body:) API introduced in iOS 17.

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

12 2 1 0

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

3 0 1 0
Post image Post image Post image Post image

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

6 2 10 1
Preview
iOS Newsletter Issue 87 Hi folks,

📱 𝗜𝘀𝘀𝘂𝗲 𝟴𝟳 𝗶𝘀 𝗼𝘂𝘁!

Fresh insights:
🐦 𝑆𝑤𝑖𝑓𝑡'𝑠 𝐼𝐷𝐸 𝑆𝑢𝑝𝑝𝑜𝑟𝑡
🔐 𝑁𝑆𝑀𝑎𝑛𝑎𝑔𝑒𝑑𝑂𝑏𝑗𝑒𝑐𝑡𝐶𝑜𝑛𝑡𝑒𝑥𝑡 & 𝑆𝑒𝑛𝑑𝑎𝑏𝑙𝑒
🎨 𝐶𝑢𝑠𝑡𝑜𝑚𝑖𝑧𝑖𝑛𝑔 𝑆𝐹 𝑆𝑦𝑚𝑏𝑜𝑙𝑠
📜 𝐵𝑢𝑖𝑙𝑑𝑖𝑛𝑔 𝑎 𝐿𝑖𝑠𝑡 𝑅𝑒𝑝𝑙𝑎𝑐𝑒𝑚𝑒𝑛𝑡
🖼 𝐴𝑠𝑦𝑛𝑐𝐼𝑚𝑎𝑔𝑒
📂 𝑂𝑝𝑒𝑛 𝑅𝑒𝑐𝑒𝑛𝑡 𝑀𝑒𝑛𝑢
🤖 𝑎𝑝𝑓𝑒𝑙 - 𝑌𝑜𝑢𝑟 𝑀𝑎𝑐 𝐴𝑙𝑟𝑒𝑎𝑑𝑦 𝐻𝑎𝑠 𝐴𝐼
😂 𝑆𝑚𝑎𝑐𝑘𝐵𝑜𝑜𝑘

#Swift #SwiftUI

ios-newsletter.snappmobile.io/issues/2026-...

4 2 1 1

The new TabView content is finally out! Check it out here:

exploreswiftui.com/library/tabv...

#iOSDev #SwiftUI

6 2 2 0
Preview
The iOS Weekly Brief – Issue #55 Hello Developer April 2026, SwiftUI List alternatives, spec-driven development with AI, and the real cost of vibe coding.

The iOS Weekly Brief – Issue 52

iosweeklybrief.com/p/the-ios-we...

#TheiOSWeeklyBrief #iOS #Swift #SwiftUI #Xcode #Apple #iOSDeveloper

0 0 0 0
Video

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

11 3 1 0
Preview
App Soothy - App Store Téléchargez l’app Soothy développée par Claude Bezeaud dans l’App Store. Consultez les captures d’écran, les notes et avis, les astuces d’autres utilisateurs,…

Soothy update — a few bug fixes under the hood. Steady progress. 🛠️ #indiedev #SwiftUI​​​​​​​​​​​​​​​​

apps.apple.com/fr/app/sooth...

2 0 0 0
Post image Post image

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

10 1 3 1

Great #InteractionDesign & #UIDesign #MotionGraphic. #SwiftUI.

5 0 0 0