det.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon Server des Unterhaltungsfernsehen Ehrenfeld zum dezentralen Diskurs.

Administered by:

Server stats:

2.3K
active users

#swiftui

27 posts24 participants2 posts today

The #SwiftUI question that has been driving me crazy for months: I want to use the List element for its native design. However, I also need to place a view at the top that spans the full width, which the List does not allow. Negative padding and row inserts haven’t helped either. Any ideas?

Xcode 16 introduced the Previewable macro, making it easier to preview #SwiftUI views with bindings. By annotating dynamic properties like @State in a Preview body with @Previewable, we can pass them as bindings to views directly:
nilcoalescing.com/blog/Preview

Nil CoalescingPreview SwiftUI views with bindings using @PreviewableXcode 16 introduced the @Previewable macro, making it easier to preview SwiftUI views with bindings.

If you have any previews in your #Xcode projects that are using the `return someView{}` syntax the latest update will return an error for this.

The error is that you are not returning a `some SwiftUI.View` type regardless if the view you are returning is in fact a SwiftUI.View.

I've not refactored my code around this yet but if you have this sort of pattern you may want to hold off on updating

Just moved over from mastodon.design, so it's time for another #introduction!

I'm Toni 👋

I’m a software #designer, though I’m spending more and more time writing code, mostly in #swiftui and #react

When I'm not heads down at work, you'll catch me #cycling, eating my weight in oranges, walking with my #schnauzer named Xenon, or just getting lost in a new #book, #anime, or #manga.

I’m also a passionate #yugioh collector, #nba fan and I play #guitar occasionally.

🍊toni.li/about

PrintingKit 0.7 is out! 🚀 This is an open-source #Swift & #SwiftUI SDK that lets you print images, texts, attributed strings, PDF, and SwiftUI views directly from your app. This new version simplifies the library and adds support for printing images & views with less work.
github.com/danielsaidi/Printin

PrintingKit is a Swift SDK that helps you print images, strings, views, PDFs etc. in Swift and SwiftUI. - danielsaidi/PrintingKit
GitHubGitHub - danielsaidi/PrintingKit: PrintingKit is a Swift SDK that helps you print images, strings, views, PDFs etc. in Swift and SwiftUI.PrintingKit is a Swift SDK that helps you print images, strings, views, PDFs etc. in Swift and SwiftUI. - danielsaidi/PrintingKit

I spent today creating a version of the SFSymbols app that I think is going to meet my needs better. I am wondering if there would be any interest in an inexpensive #Swift / #SwiftUI course to learn how to do this for iPhone, iPad and Mac. Let me know with a comment!! #iOSDev