Florian

@Typ0genius
141 Followers
18 Following
708 Posts
CS Student & Indie Dev
2x  Swift Student Challenge Winner
🧙ConnectWizard – Unlocked hidden ASC analytics
👀 Explore SwiftUI – Learn Visually
🏎️ DriveDex – Your Vehicles' Best Buddy
🐳 WhaleDeck – Docker Management Tool
👀 Explore SwiftUIhttps://exploreswiftui.com
🧙ConnectWizardhttps://apple.co/3ZsiEEZ
🐳 WhaleDeckhttps://apple.co/3xGY3Cm
🏎️ DriveDexhttps://apple.co/4czo3Pa

StoreKit views are coming to Explore SwiftUI! First up is ProductView, a simple way to showcase products in your SwiftUI apps. Happy exploring!

https://exploreswiftui.com/library/productview

#iOSDev #SwiftUI

ProductView - SwiftUI Components | Explore SwiftUI

A view that merchandises an individual In-App Purchase product. Explore 6 SwiftUI productview components with visual code examples.

Explore SwiftUI
Similar behavior occurs with other list-related modifiers, like listRowSeparatorTint.

Here’s another fun case of #SwiftUI not working the same way on macOS as on iOS: listRowBackground in a grouped form works on iOS, but does absolutely nothing on macOS. Why? 😭 FB23411911

#iOSDev

It seems like there is a lot more going on, since it doesn’t even match the behavior on iOS, where you can at least use roles to get it tinted. But maybe I’m missing a simple modifier that can still do that. FB23399030

To all the #SwiftUI experts out there: What’s the proper way to give a menu in the toolbar a background tint on macOS? I only got it working using this mess. Applying .menuStyle(.button) and then treating it as a button doesn’t work.

#iOSDev

Woo, I finally got access to Siri AI 🎉 Time to fiddle with it and get my apps ready.

#iOSDev

If you want to achieve the same behavior as in Lists, where only one swipe action can be active at a time, take a look at the new swipeActionsContainer modifier.

https://exploreswiftui.com/library/view/swipe-container

Swipe Container - SwiftUI Component | Explore SwiftUI

Only allows a single active swipe within a container. Learn how to use Swipe Container in SwiftUI with visual code examples.

Explore SwiftUI

Explore the new iOS 27 swipeActions modifier you already know from Lists – now available for custom views.

#iOSDev #SwiftUI

https://exploreswiftui.com/library/view/swipe-action

Swipe Action - SwiftUI Component | Explore SwiftUI

Adds custom swipe actions to a row in a list or container, notifying you when the actions are revealed or dismissed

Explore SwiftUI
Today, I’m heading home from my first #WWDC. It was so nice to meet a few lovely people in person for the first time, people I’ve known online for years. Maybe see you next year, but hopefully with a golden ticket this time.

With iOS 27, there’s a new alert initializer that takes an error binding and shows its localized description. Pretty neat! Learn more here:

https://exploreswiftui.com/library/alert/error-alert

#iOSDev #SwiftUI

Error Alert - SwiftUI Component | Explore SwiftUI

Presents an alert when an error is present. Learn how to use Error Alert in SwiftUI with visual code examples for iOS, macOS, watchOS, tvOS, and visionOS.

Explore SwiftUI