swiftui

Back Open Paginator
14.02.2026 13:45
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Short scream since I'm pretty sick, but let's get test cases for user lists started!

Come chill with me: youtube.com/live/_yCPrpcUA6I




Show Original Post


14.02.2026 13:10
aselford (@aselford@mastodon.social)

AI coding in Xcode is fun so long as you understand iOS 26.0 is not a real version.





Show Original Post


13.02.2026 19:44
swiftdevjournal (@swiftdevjournal@mastodon.world)

The following article introduces Metal shaders and shows how to use them in SwiftUI apps:

createwithswift.com/taking-fir

#SwiftUI




Show Original Post


13.02.2026 18:45
pwsacademy (@pwsacademy@mastodon.world)

Announcing "Comic Viewer", a new sample application for future #Swift courses.

This app demonstrates encoding and decoding JSON data, loading and saving local files, proper error handling, and unit testing.

It also serves as a sample app for #SwiftUI and follows Apple's recommended patterns and guidelines.

github.com/pwsacademy/comicvie





Show Original Post


13.02.2026 15:59
skiptools (@skiptools@mas.to)

This is a fun contribution: support for the .trim modifier in #SwiftUI for #AndroidDev

github.com/skiptools/skip-ui/p





Show Original Post


13.02.2026 14:27
dimitribouniol (@dimitribouniol@mastodon.social)

Got public lists scrubbing data correctly and the tests to prove it! Tomorrow night, let's add tests for user lists too. See you then!

🔜 Tomorrow’s stream: youtube.com/live/_yCPrpcUA6I
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store

#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush




Show Original Post


13.02.2026 14:22
billkiani (@billkiani@mastodon.social)

@dimitribouniol Love seeing the development process live! Cross-platform anime guide sounds fantastic. The test-driven approach is smart - especially for data scrubbing that can get messy fast.

What is the biggest challenge you have found with building for all Apple platforms at once? I am working on voice tools across Windows/Mac/Chrome and the platform differences are... interesting. 😅




Show Original Post


13.02.2026 14:01
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Let's add more test cases for verifying that lists are only scrubbed when they need to be!

Come chill with me: youtube.com/live/J5vxTNCmWB4




Show Original Post


13.02.2026 13:55
dlx (@dlx@mastodon.social)

One would think had a `minimumSize()` modifier to go along with `fixedSize()`…




Show Original Post


12.02.2026 23:03
granvalenti (@granvalenti@mastodon.social)

I built an RSS reader that profiles you in 5 minutes. I wanted to see how easy it is to “enshittify” an app. Spoiler: very. In ~2000 lines of Swift (with Claude): variable-ratio reinforcement, behavioral profiling (scrolls, pauses, saves), streaks & progress rings, “special” cards with Metal effects, 8-second hook. The difference? All local, no data leaves the device, and a “Brain” panel shows exactly how it profiles you oh and btw the app is very fun.





Show Original Post


12.02.2026 20:52
hollycene (@hollycene@mastodon.social)

Recreating Apple’s glow effect using SwiftUI.





Show Original Post


12.02.2026 20:29
swiftdevjournal (@swiftdevjournal@mastodon.world)

SwiftUI instrument tip: take the following steps to find the code causing long updates:

1. Right-click on a red or orange bar in the graph.
2. Choose Set Inspection Range.
3. Switch to the Time Profiler instrument.
4. Hide System Libraries.
5. Double-click a function to see the lines of code causing the long update.

#Xcode #SwiftUI




Show Original Post


1 ...52 53 54 55 56 57 58 59 60 61 62 ...236
UP