swiftui

Back Open Paginator
18.10.2025 15:26
marcel (@marcel@mastodon.social)

Turns out, in you can

- give custom shapes a .glassEffect
- animate custom shapes.

Neat!





Show Original Post


18.10.2025 14:20
dimitribouniol (@dimitribouniol@mastodon.social)

Started modeling out how list subscriptions and permissions will work. Tomorrow, let's write up datastores for those. See you then!

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




Show Original Post


18.10.2025 13: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 instantiating list datastores and modeling out the routes we'll need!

Come chill with me: youtube.com/live/XOIn_nIb0-Y




Show Original Post


18.10.2025 11:33
mirsadra (@mirsadra@mastodon.social)

Funny how some of the most profitable apps out there are coming from GitHub repos with zero stars. No hype, no README, no community -- just someone building quietly and shipping like crazy. Goes to show: you don’t need validation to create value. Just start!!





Show Original Post


18.10.2025 10:24
natpanferova (@natpanferova@mastodon.social)

On iOS 26 we have a new `close` button role in SwiftUI to dismiss a view without losing the user's progress, unlike a cancel action. A convenient way to add a dismiss button for modals without the need to define a custom button label!





Show Original Post


18.10.2025 02:14
lucaslove (@lucaslove@chaos.social)

Did someone figure out how to resize #SwiftUI Images in inside `Menu` items on macOS?




Show Original Post


17.10.2025 20:06
swiftdevjournal (@swiftdevjournal@mastodon.world)

The following article provides an introduction on supporting rich text editing with SwiftU's TextEditor view:

createwithswift.com/using-rich

#SwiftUI




Show Original Post


17.10.2025 19:10
gregatron5 (@gregatron5@vmst.io)

Apple's documentation shows the function `move(fromOffsets: toOffset:)` as a member of MutableCollection developer.apple.com/documentat but in the source code it’s actually in an extension on MutableExtension in SwiftUI and hence can only be used if you import SwiftUI. #Swift #SwiftUI




Show Original Post


17.10.2025 19:09
everyplace (@everyplace@mastodon.social)

This video shows the end result: embedded New UI test mode swaps the glyph renderer for the new one, and has new fonts available without them being embedded in the app (I.e. Zapfino).





Show Original Post


17.10.2025 18:19
everyplace (@everyplace@mastodon.social)

Last night I completed the font-license-complaint workflow, and got it working in Xcode Cloud.

Packages:
- glyph-preprocessor uses fontforge to convert fonts to paths commands stored in json
- LetterSet-sheet only knows about finding catalog json files, how to render path data as a sheet, and the process state changes (touch events)
- Distributed host iOS app only includes LetterSet-sheet for glyph rendering, doesn’t know about fonts or svg files

✅🤦🔡✍️




Show Original Post


17.10.2025 16:46
alpennec (@alpennec@iosdev.space)

Sigh 😔

On iOS 26, the touch gestures from a sheet are propagated below it and play the liquid glass effect on the controls 🫤 Luckily, it doesn’t trigger the button actions…

Is there a fix for that?

#swiftui #ios26





Show Original Post


17.10.2025 14:20
alpennec (@alpennec@iosdev.space)

Is it possible to replicate the style of a liquid glass toolbar button in #SwiftUI?

Using buttonStyle(.glass) + buttomBorderShape(.circle) shows another circle within the button when touched 🫤

And glassEffect(in: .circle) doesn’t render the same visual effect when touched 😞





Show Original Post


1 ...149 150 151 152 153 154 155 156 157 158 159 ...236
UP