mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

582
comptes actifs

#swiftui

3 messages3 participants0 message aujourd’hui

FB20052048 - iOS fails to render icons as they are displayed in Icon Composer when using blend mode Screen on a layer.

This is bad. You cannot know for certain if what you put into your icon looks exactly like what you ship. This is even worse for designers who are not developers and have no idea why this happens. They should not have to think about this stuff.

I wish #SwiftUI questions would usually go:
- here is my GIST
- it doesn't work
- what should I be doing to get it working?

Instead you get, "how do I do xyz from AutoLayout in SwiftUI" or "I do something blub and it doesn't work, SwiftUI, dude!" 🙂

Hey everyone 👋 I'm excited to finally share what I've been working on since WWDC!

Daylish - a delightful day planner that combines calendars, alarms and timers in a unified timeline with smart "leave on time" routines that help you never be late again (an idea I've had for years but could only now realize with #AlarmKit in #iOS26)

It's almost ready for #beta testing!

✈️ #TestFlight waitlist: join.daylish.app

📣 Follow @DaylishApp for updates

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
#SwiftUI #iOSDev

Nil CoalescingCorner concentricity in SwiftUI on iOS 26Make your views and controls fit perfectly within their containers using new SwiftUI APIs in iOS 26 such as the ConcentricRectangle shape and the containerShape() view modifier.
A répondu dans un fil de discussion

@stroughtonsmith Snippets Studio is an app for saving your frequently used code. I’ve even heard that some have used it for non-code purposes which is cool. I’m in the process of a complete rewrite, v3.0, to go from CoreData to SwiftData, View Refactoring and Modularization, and now adding in some new iOS 26 API’s.

Been tracking my progress here: techhub.social/@JTostitos/1141 and can be found here on the App Store: apps.apple.com/us/app/snippets

Updated introductory post:

Hiya! I'm Cris, a 40+ expat living in #costarica. My family moved here recently to escape the American nightmare hellscape. Struggling daily to learn Spanish and to function outside the US.

Married with 2 kids, 2 cats, and 2 dogs. I'm a knitter and gamer. I'm slowly teaching myself #SwiftUI in my spare time. Once I'm able to ship my bass from where it's stored in the US I’ll get back to learning that as well.

I play and run TTRPGs. Mostly D&D 5e, but I'm always looking for opportunities to try out other games and systems. I prefer my video games solo and story-driven. I know I'm bad at them. I don't need any witnesses to that fact 😂

When I'm not gaming or working, I’m usually knitting while watching something scifi or horror. Trying my best to get out of the house and explore my new country, but the backlog is vast.

Topics of interest:
#tech
#apple
#knitting
#gaming
#ttrpg
#books
#writing
#SciFi
#StarTrek
#coffee

A répondu dans un fil de discussion

@stroughtonsmith I’m building #Oliphaunt, a native Mastodon client for the #Mac.

It’s written in #Swift with #Cocoa (and a touch of #SwiftUI), crafted to be a well-behaved citizen Mac app and conforming to the Mac design language with no iOS-centric influence.

Currently available on #TestFlight: testflight.apple.com/join/Epq1

I hope to publish it quite soon!

Why is the Rectangle not matching the corner radius? If I remove the Text element it works, because it assumes the device corner radius is meant to be used, but I want to take the concentric corners of the VStack. What am I doing wrong here? #SwiftUI