I'm still looking for clients to work with. If your app/team needs help with something for iOS/Mac I'm your person!
I'm still looking for clients to work with. If your app/team needs help with something for iOS/Mac I'm your person!
We offer complete relocation support with Visa sponsorship to Berlin, Germany. https://iosdevjobs.com/jobs/m-a3978d05-04bf-47a5-8337-3e4734942646 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
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.
Looks like .scrollBounceBehavior(.basedOnSize) is broken on macOS. Even if the content does not fit the visible area of the scroll view, it does not bounce when scrolled.
Apple folks: FB17238467
Coming in the next version of Cork
Prettier status when no packages are found when searching for one to install
Begin a career with one of the world’s largest virtual companies where you have flexibility and space to grow, just as we have been able to thanks to our team. Use the latest tools and technology to produce your best work and enjoy remuneration that’s reflective of your skills and experience. https://iosdevjobs.com/jobs/m-d1059bef-4536-4bbc-94d4-aa50e01d9f29 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
The funniest part about releasing #OpenSource software is that it ends up places you never intended or expected, and by design it’s allowed to! For example, #Blankie now has its own page on Softpedia and apparently so do I.
Another new feature in #NeoFinder 8.9 for #macOS is the ability to catalog the rather interesting "BlackMagic Cam for iOS" metadata for .mp4 video files, like ISO, lens name, and Aperture!
https://www.neofinder.de/forum/phpBB3/viewtopic.php?p=629#p629
Arthrex is looking for an iOS Software Engineer 1 to join the team. You'll work on innovative mobile apps that support healthcare professionals. Tackle interesting challenges while enhancing tools that help surgeons treat their patients better. https://iosdevjobs.com/jobs/m-1b1424dc-9ddd-426e-97f9-07323ba9931e #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
I'm still looking for clients to work with. If your app/team needs help with something for iOS/Mac I'm your person!
I’ve released an update for Discretion today. You can now create Genmoji face masks on iOS devices with Apple Intelligence support. There’s also a Feature Roadmap which allows you to vote for your favorite proposed features.
The urge to change the bundle identifiers of my apps from “com.davidbures” to “eu.davidbures” is very strong
DarwinKit looks interesting. It’s a Golang Framework to build macOS apps and lets you call Objective-C APIs.
#golang #macos #macdev #objectivec #appkit
There’s gonna be a livestream tomorrow at 20:00 Central European time! I still haven’t decided on the topic
It can either be another Cork coding session, coding in general on my other apps, or we can play Civilization 6 if anyone would like to see that instead
I’m looking forward to meeting you there!
Cork version 1.5.3 is out.
This update includes support for `--greedy` packages, option to automatically accept package EULAs, fixes for the Service Manager, and more.
Read the full changelog: https://blog.corkmac.app/p/cork-153-out-greedy-packages-and
Get cork: https://corkmac.app
I just noticed this was changed again in macOS 15.2. Global keyboard shortcuts in sandboxed apps can once again be registered if they only use option as a modifier key. (Shift by itself is still not allowed.)
https://xoxo.zone/@robotspacer/113189009340473842 #MacDev #macOS
Get ready for the upcoming Cork update!
It will include a lot of various little tweaks, but the main addition is the support for the much requested greedy updating.
For more context, check out this ticket: https://github.com/buresdv/Cork/issues/362
Follow me if you'd like to know exactly when the update comes out, and don't forget to join the Discord: https://discord.gg/kUHg8uGHpG
Guys, how would you improve this design? (ignore the debug "1" next to the Update button)
"Visible on Launch" being enabled by default on new window nibs is weird and trippy for me, especially because I always fatalError the init?(coder) initializer.
Has it always been this way and I just copy and paste files a lot so I forgot?