swiftui

Back Open Paginator
13.08.2025 20:30
swiftdevjournal (@swiftdevjournal@mastodon.world)

The following article shows how to create custom AlarmKit interfaces:

createwithswift.com/designing-

#SwiftUI




Show Original Post


13.08.2025 16:42
tewha (@tewha@appdot.net)

I just hit this SwiftUI bug from 2021. There's a ZStack hack that works around it. #SwiftUI

forums.swift.org/t/swiftui-tex




Show Original Post


13.08.2025 14:30
dimitribouniol (@dimitribouniol@mastodon.social)

Successfully deployed a backend that supports regions, so started adding support to the apps. Tomorrow, let's integrate with the management UI so I can set some useful values. See you then!

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




Show Original Post


13.08.2025 14:20
hannesmnagel (@hannesmnagel@mastodon.social)

On my iPhone 12 mini I get a resolution of up to 1124 x 2436 @ 30 fps and rendering at half speed without getting killed for excessive memory use by streaming images to disc instead of keeping them in memory




Show Original Post


13.08.2025 14:20
hannesmnagel (@hannesmnagel@mastodon.social)

Well I found a solution…





Show Original Post


13.08.2025 14:13
nicoreese (@nicoreese@mastodon.social)

Let's say I want to make all my app's items available to Spotlight search. What should I use nowadays?

CSSearchableItem, NSUserActivity, IndexedEntity?




Show Original Post


13.08.2025 14:00
xmollv (@xmollv@mastodon.social)

Anyone working on an app that uses Core Data, @FetchRequest and you're getting it ready for iOS 26 using Xcode 26?

I found a really bad bug, but only seems to happen with iOS 26 and Xcode 26. Any other combination works as expected. Posted it here with all the details: developer.apple.com/forums/thr




Show Original Post


13.08.2025 13:35
dimitribouniol (@dimitribouniol@mastodon.social)

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

Another short stream, but let's integrate the region options into the backend!

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




Show Original Post


13.08.2025 13:12
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

Hiểu rõ về @State trong SwiftUI: nơi dữ liệu thực sự sống? 🧐

@State không phải là thuộc tính thông thường, nó lưu trữ dữ liệu bên ngoài view và liên kết với view thông qua identity. Thay đổi identity sẽ làm reset @State.

#SwiftUI #State #iOS #LậpTrình #Vietnamese

dev.to/vnayak_hejib/the-secret




Show Original Post


13.08.2025 03:32
tewha (@tewha@appdot.net)

Gonna throw this out there: I've got an app with a complicated view. It occurs it could probably be separate views in a ZStack, but the base wrapper would have to do some positioning calculations and pass them into each subview so they drew consistently and without repeated code. That STILL won't make them reusable, but it will make each view smaller.

Worth doing? #SwiftUI




Show Original Post


13.08.2025 02:36
rm2000 (@rm2000@mastodon.social)

🎤 Is this thing on?

RM2000 Tape Recorder is an audio sampler for Macintosh! It records your Mac’s system audio and lets you organize your sample with tags. These files can be used anywhere, no matter what DAW you use.

There’s no complicated audio routing, no weird system plugins needed, just simple recording - and it looks so good doing it.

rm2000.app





Show Original Post


13.08.2025 02:16
emorydunn (@emorydunn@mastodon.tinycart.club)

Added a nice little EEPROM page debug view to the app. Now after writing it shows a table of all the pages and the CRC16 checksum for each. The device returns a locally calculated checksum after writing a page

#SwiftLang #SwiftUI #EmbeddedSwift





Show Original Post


1 ...217 218 219 220 221 222 223 224 225 226 227 ...236
UP