swiftui

Back Open Paginator
21.08.2025 11:26
natpanferova (@natpanferova@mastodon.social)

Corner concentricity was mentioned a lot at WWDC25, and now we finally have SwiftUI APIs for it. In my new post I explore how we can use the new ConcentricRectangle and containerShape() in iOS 26 to make our views fit perfectly within their containers: nilcoalescing.com/blog/Concent




Show Original Post


21.08.2025 11:10
nicoreese (@nicoreese@mastodon.social)

So, just like on tvOS you cannot build glass app icons for visionOS. Do those platforms at least do the auto conversion like on iOS? Or are they completely flat if you don‘t fake it yourself?




Show Original Post


21.08.2025 08:14
alpennec (@alpennec@iosdev.space)

PSA: in iOS 26, use the new #SwiftUI safeAreaBar modifier instead of safeAreaInset to get the progressive blur at the top/bottom of a scroll view with custom content.

Handy if you want bottom content without a tab bar or system toolbar for example.

developer.apple.com/documentat





Show Original Post


21.08.2025 07:00
ctietze (@ctietze@mastodon.social)

Here I was, using black transparent overlays to increase contrast with elements layered on top, and it turns out has a desaturation modifier which I could use in apps to create color contrast where tonal contrast would be the wrong choice. TIL




Show Original Post


21.08.2025 00:36
nicoreese (@nicoreese@mastodon.social)

I feel like this sidebar is more likely to destroy a good layout than helping it shine.





Show Original Post


20.08.2025 23:08
nicoreese (@nicoreese@mastodon.social)

That is not working out so well, does it? Elements like the tab bar are constantly moving and not looking good with the window corners.





Show Original Post


20.08.2025 18:07
MuseumShuffle (@MuseumShuffle@mastodon.social)

I created feedback two years ago about how VoiceOver does not interact properly with SwiftUI Grids.

I've been getting around this by providing an accessibilityRepresentation for the Grid's contents.

The problem is that workaround doesn't work with widgets. So my VoiceOver support for them suffers.




Show Original Post


20.08.2025 17:56
dlx (@dlx@mastodon.social)

Stretchy container for arbitrary views.





Show Original Post


20.08.2025 15:59
BitRigApp (@BitRigApp@mastodon.social)

Today we’re excited to launch Bitrig. Bitrig builds native Swift apps just by chatting with AI. In minutes, and with no code required, you can create an app and deploy it directly to TestFlight. youtu.be/e-DqSVEI50w




Show Original Post


20.08.2025 14:49
dimitribouniol (@dimitribouniol@mastodon.social)

Started re-thinking how to display lots of icons in a narrow space, and started implementing a marquee to just scroll all the flags. Tomorrow, let's figure out how to render all of them. See you then!

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




Show Original Post


20.08.2025 13:48
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's bring the new region icon into the app!

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




Show Original Post


20.08.2025 13:47
eternalstorms (@eternalstorms@mastodon.social)

I can't describe how much rage this useless error gives me.
Am I supposed to make each and every single HStack and VStack its own var or func? Ridiculous.





Show Original Post


1 ...208 209 210 211 212 213 214 215 216 217 218 ...236
UP