swiftui

Back Open Paginator
19.03.2026 04:08
tewha (@tewha@appdot.net)

The solution that seems to work (so far):

.toolbar {
ToolbarItem(placement: .bottomBar) {
HStack { /* left items */ }
}
ToolbarItem(placement: .bottomBar) {
Spacer()
}
ToolbarItem(placement: .bottomBar) {
HStack { /* right items */ }
}
} #SwiftUI




Show Original Post


19.03.2026 02:58
tewha (@tewha@appdot.net)

Bottom toolbars seem really buggy on iOS 26 on the iPhone. #SwiftUI




Show Original Post


19.03.2026 01:50
MrRooni (@MrRooni@mastodon.social)

I've got 10 TestFlight slots available and would love some help trying out 40 Below for macOS.

testflight.apple.com/join/SZH1




Show Original Post


18.03.2026 21:53
puppethead (@puppethead@ieji.de)

@mattiem Just to show the fruits of my labor (and your help!) I rolled out my Swift 6 concurrency changes with the improved SwiftUI view to production today (over 30 machines). It's an authorization plugin that runs before logging into macOS and that's my plugin's window on the display intercepting user/passphrase.

(I didn't notice the text alignment issue in the first screen until it was deployed 🙁. Going to fix it in the next update.)

Thanks so much for your help.

#SwiftUI #macOS #2FA





Show Original Post


18.03.2026 20:07
younata (@younata@hachyderm.io)

Content warning:Old woman yells at SwiftUI


SwiftUI still doesn’t have an equivalent for UITableView/CollectionViewDataSourcePrefetching? Really?

Not to mention the lack of a flow layout - literally, the default collection view layout.

#SwiftUI #UIKit




Show Original Post


18.03.2026 16:23
mkaragiorgos (@mkaragiorgos@mastodon.social)

Are you struggling to track the size of your .xcassets?  
Or wishing there was something like Storybook for iOS/macOS UI?

Xcode doesn’t really give you a great way to explore your assets.

I was facing the same problems.

So I built NSAssets — now live on the App Store 🚀

Would love your feedback 🙌

🔗 [lnkd.in/drbzHnsv
NSAssets]




Show Original Post


18.03.2026 13:32
malhal (@malhal@mastodon.social)

Reported a really bad NSViewRepresentable animation bug

FB22270146

github.com/feedback-assistant/




Show Original Post


18.03.2026 13:00
dimitribouniol (@dimitribouniol@mastodon.social)

Out of time, but realized we need to finalize how invite links will work. Tomorrow night, let's look into what's needed there and flesh out those indexes. See you then!

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




Show Original Post


18.03.2026 12:37
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's start getting invites sent out properly!

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

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




Show Original Post


18.03.2026 08:02
habr (@habr@zhub.link)

[Перевод] Отладка iOS-приложений на практике: 3 реальных бага

Умение отлаживать приложение – один из тех навыков, которые напрямую влияют на скорость работы и качество результата. Особенно хорошо это понимаешь в собственных проектах, где нет лишнего времени, а цена любой ошибки – это потерянные часы, нервы и ухудшение пользовательского опыта. В этой статье я разберу несколько реальных багов, с которыми недавно столкнулся в своих iOS-приложениях, и покажу, как шаг за шагом искал причину в каждом случае.

habr.com/ru/companies/otus/art

#iOS #swift #swiftui #crash_приложения #анализ_стека_вызовов #производительность_iOS #конкурентность_Swift #отладка_багов #сетевые_ошибки_iOS




Show Original Post


18.03.2026 03:37
gallaugher (@gallaugher@mastodon.world)

Along with SnackHomiez, the other #SwiftUI app for the mid-term was “Women in Computing”, which we had intended to offer before International Women’s Day, but a snowstorm & spring break thwarted our plan. This was a re-issue from an earlier exam. Well worth the repeat. youtu.be/h7ijOvFFYok




Show Original Post


17.03.2026 18:09
mipstian (@mipstian@mas.to)

✨ Video of my talk is now available! ✨

Come watch me nervously attempt to explain the why and how of making games with SwiftUI, at iOS Conf SG 2026. We have inside baseball jokes, dancing monkeys, and Garlic Boy 🫨

#GameDev #SwiftLang #SwiftUI

youtube.com/watch?v=ZVjJ2pBsTEw




Show Original Post


1 ...29 30 31 32 33 34 35 36 37 38 39 ...236
UP