Alexander Weiß

120 Followers
133 Following
94 Posts

Quite some time went by since my last blog post. Now I was able find some time again and tested out the new TextRenderer protocol to create a native SwiftUI highlighted Text view.

Check out my new post where I show how you can implement this: https://alexanderweiss.dev/blog/2024-06-24-using-textrenderer-to-create-highlighted-text

#swift #swiftui #wwdc2024

Using TextRenderer to create highlighted text

[`TextRenderer`](https://developer.apple.com/documentation/swiftui/textrenderer) is a new protocol introduced at WWDC 2024 which lets us enhance how text is rendered in SwiftUI. In this small post, I want to show how to create a view that enables you...

Has anyone an idea why a configuration with an other name than "Debug" is not used while being in the Xcode editor ? Can be seen quite good in Xcode 15 which the code being greyed out. My scheme already references the "Development" config.

What's even weirder is that if I change the config that is used for CLI builds to "Development" it works in the editor.
But this is not needed if the Config is named "Debug"

I am sure I am missing something obvious here.

#swiftdev #ios #xcode #swiftlang

Ready to dive into the new features shown at SOTU - side project already running on iOS 17 without much changes. Will definitely take a look at the new SwiftData framework !

#WWDC2023

Are you using @plausible and want to see your statistics on your iOS devices ? Try out my latest side project, on TestFlight, which lets you view metrics right on your home screen.
Happy to hear feedback !

TestFlight: https://testflight.apple.com/join/hG0MV7FC

#iOSDev #SwiftUI #indiedev

Join the Glance for Plausible beta

Available on iOS

I never had the chance to implement a GroupBox since its introduction in iOS 14. In my new side project I finally had the chance to. Astounding how easy it was to come up with a decent first draft of an overview section of a detail page.

#glanceforplausible

Over the holidays I created a small app which lets you view your
@plausible analytics right on your iOS device. It still needs some polish and I would love any feedback on it ! If you want to try it out, I made it available via TestFlight https://testflight.apple.com/join/hG0MV7FC
Join the Glance for Plausible beta

Available on iOS