Thank you!
Posts by Florian
As usual, here is some feedback: FB22474350, FB22473642, FB22250590
The new TabView content is finally out! Check it out here:
exploreswiftui.com/library/tabv...
#iOSDev #SwiftUI
Average Ersti experience :)
Explore SwiftUI is featured in fatbobman's latest newsletter as having βcode examples stripped of unrelated logic and paired with high-quality previews.β What an honor!
Going through the docs for new content often causes a few feedbacks to be filed. Here are the latest ones: FB22417972, FB22410968
Explore SwiftUI now covers the Picker with 14 examples and more than 50 screenshots. Check it out here: exploreswiftui.com/library/picker
#iOSDev #SwiftUI
I somehow completely messed up my Xcode. Now every time I want to add a public Github package, I am asked for credentials. No matter how often I enter those successfully, the prompt reappears. Updating existing packages fails: repo not found
Anyone experienced something similar?
Hi bot
Will this year be my first time attending dub dub in person? π€
A screenshot of the tool showing that some functions moved from beta to release.
I've started building my own tool to track SwiftUI documentation changes for Explore SwiftUI. It's still quite buggy and slow, but it will make my life much easier when creating new content and keeping existing content up to date.
#iOSDev #SwiftUI
A 3d-printed Finder guy
I couldnβt resist printing this guy
FB22250590
With the release of the MacBook Neo, I was wondering if this year's Swift Student Challenge winners would receive it instead of the AirPods Max, as this year's T&Cs do not state what the award is. But now that the AirPods Max 2 are out, it will probably be the AirPods again π
What exactly do you mean? The detail column is not displayed within the Liquid Glass window of the sidebar.
An Xcode screenshot showing the sample code and the iPad preview.
If you want to get rid of the Liquid Glass sidebar window design, apply .containerBackground(.white, for: .navigation) to its content.
#iOSDev #SwiftUI
I am currently preparing almost 20 new entries for exploreswiftui.com, all about TabView. There are so many mighty modifiers I wish I had discovered a year ago. As usual, all examples are carefully crafted by me so you can quickly grasp what really matters.
#iOSDev #SwiftUI
I hate bots
A screenshot of Xcode showing the TabView code and the displayed TabView
Any #SwiftUI expert out there who could help me get images in a TabView to work? No matter what I do, the image takes almost the entire width and height.
#iOSDev
No. No external url.
Thereβs an interesting change in the latest Xcode beta: the SF Symbols search now creates an Image element by default rather than just inserting the symbol name. I like the feature, but Iβm not sure I appreciate it being the default behavior.
FB22198451
#iOSDev #SwiftUI
A screenshot of Xcode showing how canceled tasks look like
With Xcode 26.4 and Swift 6.3, there is finally an equivalent to XCTSkip in Swift Testing: Test.cancel(). A canceled task is not treated as a failure and is marked with a simple gray skip icon in Xcode.
#iOSDev
A screenshot of the subreddit's helpful links
My website exploreswiftui.com was added to the helpful links in the r/iOSProgramming subreddit π₯Ί
What an honor! I regularly add new SwiftUI content and I'm always open to suggestions.
#iOSDev #SwiftUI
TIL: You can rename the cases of your AppEnum without breaking existing configurations as long as the raw value stays the same. For example, renaming case1 to caseOne = "case1" works because the raw representation remains unchanged.
#iOSDev
I may be a bit late to the party, but here are finally two examples of ConcentricRectangle, introduced with the OS 26 releases. Itβs somewhat a smarter version of ContainerRelativeShape.
exploreswiftui.com/library/conc...
#SwiftUI #iOSDev
Only 48 hours remain until the end of this year's Swift Student Challenge. Take this time to thoroughly test your app, and avoid last-minute submissions. If you've already submitted and discovered a critical bug, you can still withdraw your app and resubmit.