veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

253
active users

#macdev

4 posts4 participants0 posts today

After being a bit down on developing for Apple platforms recently I finally got back into macOS development. I fixed @stempel linking to the correct extensions page in macOS Settings (thank you @schwa for updating gist.github.com/rmcdongit/f66f), created a service for keyboard shortcuts in Finder and started writing a helpbook by following the wonderful guide by @marioguzman.

I got more into HTML/CSS recently, so helpbooks is great as a side project right now.

YNAB is hiring a senior iOS developer! Must have at least 3 years of professional development experience writing native iOS apps, and though we're fully remote you must be located somewhere between PT and CET time zones. If you're motivated by doing mission-driven work alongside a team of wonderfully supportive, ego-free people... you'll love it here! iosdevjobs.com/jobs/m-718eb1ea #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs

iosdevjobs.comHumbly Confident Senior iOS Engineer @ YNABOur people are the best part of YNAB. We respect and empower them to do what they think is right, and we all support and lift each other up. We operate in cross-functional teams, so you’ll get to work with awesome people from all different roles in the company.

I am in need of some SwiftUI help.

Can anyone help me figure out how to make the `List` span the entire width of the sheet, but, at the same time, make it so that an extremely long, unbroken word doesn't cause it to overflow the sheet?

I have tried all sorts of frames, but nothing works

The relevant code:
github.com/buresdv/Cork/blob/8

macOS: Applying vertical .fixedSize to Text adds huge margins above and below for no apparent reason

Apple folks: FB17238588

Is there any other way that actually works of avoiding cropping text in SwiftUI on macOS? .lineLimit(nil) is not included in the "actually works" bag of solutions. The only way I can fix this is wrapping everything in a ScrollView but that is obviously not ideal.