Went through a few strategies of having the server keep queues up to date instead of the apps, but can't decide which to use… Tomorrow night, let's defer and clean up the rest of the request so we can move on. See you then!

🔜 Tomorrow’s stream: https://youtube.com/live/XZUSz92Hzks
⏮️ Playlist so far: https://www.youtube.com/playlist?list=PLRxjf93xotuofCtaxtGOcWeuxVZYJyY-m
📲 Download Jiiiii: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=MastodonCCStreams&mt=8

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

Late Night Silent Completions: Jiiiii — Part 910

YouTube

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

Let's investigate how much we want the server to keep queues up to date!

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

Come chill with me: https://youtube.com/live/onvv7Sb_0d4

Late Night Silent Completions: Jiiiii — Part 909

YouTube

Apple iOS, iPadOS, watchOS and Android OS Device Resolution Handbook

Let’s learn how to bifurcate between multiple devices programatically.

https://mandarapte.com/apple/apple-ios-ipados-watchos-and-android-os-device-resolution-handbook/

#Apple #iOS #iPadOS #macOS #Programming #Development #Multitasking #Layout #Swift #Language #UIKit #SwiftUI

Manage bugs, features, promotions, and more in a single app! For indie devs, by indie devs.

https://apps.apple.com/ca/app/dev-notes/id6762881892

#indiedev #buildinpublic #solodev #swiftui #appdevelopment

Dev Notes++ App - App Store

Download Dev Notes++ by Sylvain Lafrance on the App Store. See screenshots, ratings and reviews, user tips and more apps like Dev Notes++.

App Store

Testing a fix for GIF upload in Bluestodon. 🤓

Had to add a conversion from GIF to MP4 and uploading it separately before posting - so let's see if this does the trick. 🤞

#buildInPublic #dev #indieDev #swift #swiftUI #macOS #iOS #app #appDev

AI coding agents tend to hardcode spacing in SwiftUI instead of relying on defaults. This can look wrong when a user adjusts their font size preference, making the UI too cramped. SwiftUI's default container spacing adjusts for Dynamic Type automatically, but if you do need custom spacing, consider using the ScaledMetric API.
#iOSDev #SwiftUI #Accessibility

Starting my day early to travel to the UK for attending and speaking at @swiftcraft 2026 🎉🙌🏻 Gonna take you with me for the next days, so you can get a glimpse of the conference and the experience around it! Community is everything. So happy to be able to do this ☺️

#BuildInPublic #createwithswift #dev #education #indiedev #iOS #iosdev #swift #swiftui #conference #speaker #swiftcraft #techtalk #uk #folkestone #cometoswiftcraftwithme

I’ve seen this article (https://justsitandgrin.im/posts/native-all-the-way-until-you-need-text/) make the rounds today. I appreciate the commentary and have a lot of respect for people like @krzyzanowskim doing the hard battle with TextKit issues. I would just say that WebKit when used with ProseMirror has done a great job for me for WYSIWYG editing. Since I released a proper MacOS (not Catalyst, see https://github.com/stevengharris/MarkupEditor) version, I’ve been working on a fully functional, polished #swiftui-based MacOS editor, and it’s coming along nicely.
Native all the way, until you need text | Artem Loenko

Why building a rich, selectable, streaming Markdown chat UI on macOS still pushes you toward WebKit or Electron.

Has anyone else ever seen this weird bug with NSTextField / TextField on macOS where, when the text field gains focus, a weird empty popover flashes on the screen?

This is annoying me so much and the only reference I managed to find about this bug is this SO question: https://stackoverflow.com/questions/71127439/swiftui-strange-empty-popover-near-textfield

In fact, setting `contentType` to `password` works, but I don't like this hacky fix much.

(the recording is on xcode previews but happens in-app too)

#swiftui #ios #apple #iosdev #macos

Native Apps are so bad at TextViews. I know there some experts here on Mastodon. Whats the explaination?
#swiftui #appkit #uikit #electron

https://justsitandgrin.im/posts/native-all-the-way-until-you-need-text/

Native all the way, until you need text | Artem Loenko

Why building a rich, selectable, streaming Markdown chat UI on macOS still pushes you toward WebKit or Electron.