@twodayslate

0 Followers
15 Following
18 Posts
Software Developer Engineer (iOS)
Websitehttps://zac.gorak.us

Since I don't want to bother any more with #UIKit, It'll be a fully #SwiftUI extension.

More info on the magic of leveraging SwiftUI power in all app extension on my yesterday's blog post:
https://www.thomasdurand.fr/apple/ios/swiftui/swiftui-for-all-extensions/

Leveraging SwiftUI for any app extension — Dean's blog

Since 2020, Widgets fully embrace SwiftUI by being a system extension fully based on them. Building SwiftUI views instead of UIKit views is advantageous, in...

Managed to get DocC to generate documentation for a Swift package that supports both iOS and macOS! 😃

It did require a few tricks though but the resulting documentation is so good 😍

Here is a script that documents the steps needed in order to generate documentation for both iOS and macOS: https://gist.github.com/simonbs/23cc1c1cd3543f443cd7d377616a7013

Thanks to @franklin_ for the guidance! 🙏

Generates documentation with Apple's DocC for a target that supports both iOS and macOS.

Generates documentation with Apple's DocC for a target that supports both iOS and macOS. - docc.sh

Gist
@dlx gave me some decent CoreData code last night. I had to correct it / ask questions for it to be good tho.
In case you’re wondering, my Mac sees the virtual iPhone as a regular USB device, which means that I can build, run, and debug apps from Xcode just fine.
Don’t really get why anyone really cares about the new ChatGPT API. It’s basically just a wrapper for the completions API.
Anyone hiring remotely? #swiftui #swift

Mammoth for Mastodon is now available to download for free on the App Store! 🎉

It has the easiest way to join Mastodon with a great onboarding flow and no need to think about what server to join, it’s full-featured with complete Mastodon feature parity, and fully customizable to tweak it just the way you want and make it yours.

https://apps.apple.com/us/app/mammoth-for-mastodon/id1667573899

‎Mammoth: for Mastodon

‎From an empty feed to a timeline you love in minutes. Social you control. ■ Easily find friends and people to follow. Mammoth suggests people based on your interests and who you currently follow. Check the Discover tab regularly for new suggestions! ■ Curated Smart Lists. Connect with people…

App Store
@simonbs it’s still better than before the 16.1 update
@chockenberry “well hopefully Apple fixes this in iOS 19”
@stroughtonsmith A bit late to the #showcase party, but I was cleaning up the demo and readme for my SplitView package. The `split` modifier makes it easy to split any two #swiftui views with a draggable splitter between, hide/show them, change their layout, and to customize the splitter. The project is available at https://github.com/stevengharris/SplitView.
GitHub - stevengharris/SplitView: A flexible way to split SwiftUI views with a draggable splitter

A flexible way to split SwiftUI views with a draggable splitter - stevengharris/SplitView

GitHub