I filed a Feedback and Apple fixed my problem!
...months after they told me it wasn't a problem, closing my feedback internally and preventing me from continuing the dialogue.
I filed a Feedback and Apple fixed my problem!
...months after they told me it wasn't a problem, closing my feedback internally and preventing me from continuing the dialogue.
Once again I have stumbled onto something I don’t understand.
In the entry point for my app I set a NavigationContext in the environment, and when I run the app and navigate between views, at some random point, it throws the error in the second image, and the debugger indicates it is on the “struct FooApp: App {“ line.
What is going on? Help!
In the subviews I am accessing the context from the env like so: “@ Environment(NavigationContext.self) var context”.
I'm going to assume this is documented somewhere but…
if you're doing #SwiftUI #MacOSDev with a customizable toolbar you have to be sure any view you pass as the toolbar is not just a standard View Struct.
You must pass a CustomizableToolbarContent Struct.
Also each toolbar item and the toolbar itself must have an id declared.
A standard View will display and work as a toolbar but you will not get the ability to edit the toolbar in any way.
Happy to have this working now.
long shot question:
#SwiftUI Mac app.
has anyone had luck getting windowToolbarStyle to restore the AppStorage bound value as explained in the Apple docs?
.windowToolbarLabelStyle($labelStyle)
does not appear to work no matter how I try it. Followed the sample code provided exactly. Doesn’t work.
https://developer.apple.com/documentation/swiftui/scene/windowtoolbarlabelstyle(_:)
S4E5: @mikaelacaron and @twostraws talk networking – mostly about getting computers to talk to each other, but also, just as dauntingly, about talking to other humans at conferences too.
Plus: news, Apple delays, and the trifling little matter of the major changes you’re hoping to see in #Xcode, #SwiftUI, #SwiftData and more as #WWDC25 rolls around!
https://podcasts.apple.com/gb/podcast/swift-over-coffee/id1435076502?i=1000700512953
@troz @tommasongr I whipped up a simplified (?) example of what I've done so far (not my actual project, but a good facsimile). This would actually be displayed in a popup menu so it would look like my previous Xcode example. Note: the onChange never seems to happen.
Compiled #SwiftUI on Android progress! With Skip's existing SwiftUI support and bridging technology, most functionality ports quickly. The biggest time drag is just the massiveness of the SwiftUI API surface area
I'm at wit's end trying to create a SwiftUI submenu of items from an array that can be selected and show a checkmark, like the example from Xcode shown in the image.
One would think this should be a pretty common thing for ForEach to create, but I can not get it to work. The best I can do is get the submenu and select the item causing an action, but not properly checking the selection. I get all kinds of unclear compile errors or incorrect behavior. It's maddening!
I got the following example to work as desired, but there must be a better way to do this.
In this sample SwiftUI view, there is an array that is being shown as Toggle items using ForEach, with one of the array items being matched to turn the toggle on.
In order to select which item should be toggled on within the ForEach, a Bool is set to true for the item that gets checked, and a read-only Binding<Bool> is created to return the Bool value to satisfy the Toggle().
The Swift Playground You Wanted™ https://notepadexe.com #swift #swiftui
Auch wenn es mich selbst schon nervt, ich muss euch nochmal belaestigen...
Ich suche ab sofort einen neuen Job als #iOS und/oder #macOS Software-Entwickler. Ich hab viele Jahre Erfahrung auf dem Gebiet, kenne #ObjectiveC, #Swift, #SwiftUI, #Git, #Xcode und... naja, die ganze Toolchain drumherum eben.
Ich suche eine Remote-Only Festanstellung, keinen Freelance-Job (Vorzugsweise in Österreich, Deutschland geht aber auch). Wenn es in der Naehe von #Bregenz oder #Dornbirn ist, dann auch gerne Onsite.
Wenn ihr jemanden kennt, der jemanden kennt... ihr wisst schon.
Ich danke euch fuers rege Teilen/Boosten.
Added more Journelly rendering improvements.
All journal entries are offline and powered by #plaintext #org markup. Join the beta https://xenodium.com/journelly-open-for-beta
I made a Mac productivity app!
SUBSTAGE
…puts a command bar underneath your Finder windows and lets you use natural language to convert media, manage files, perform calculations and more!
Back from spring break with show and tell! Here is our Showcase app demoing #SwiftUI components on Android. First transpiled... and then COMPILED Swift & SwiftUI. A lot of SwiftUI support to fill in on the compiled side, but the skeleton - navigation, layout, etc - is alive!
Last week I decided to tackle a very annoying problem. At
@paninihouse we use https://hey.com for emails. Therefore, we cannot use the default Apple Mail client.
Orchestrator is a free #TinyApp that will help you redirect mailto links to web based email providers. Problem solved.
CustomTabBar, can install any view inside, maybe make this to an open source package #Buildinpublic #swiftui #swift
Journelly is coming along nicely. I’m using it daily.
The app is little like tweeting but for your eyes only. All content stays on your #iPhone.
I’m still onboarding beta users, lemme know if you’d like to join.
Please help me get the word out and boost
First among my updates to One Is Not None is that I've implemented syncing commander damage taken with each player's life totals. I've got one another update to share tonight, incoming.