Post

Replies

Boosts

Views

Activity

Comment on How do I get my widgets to work?
Do you understand how pointless your suggestion is? You haven't offered the name of a session to watch. I already have widgets working; my issue was specifically mentioned in my question. Regardless, I have recently fixed this with help from an ex Apple employee on Mastodon, and no WWDC session would've helped.
Jun ’24
Comment on Rejected due to having User Registration to use the App
Then you may need to generate some sort of unique userId. When the app is launched for the first time and the user doesn't login, generate the id and send that with your request to the server, and reject requests after a number have been made. If the user instead logs in, retrieve the id from your own server and store it in the app. Again, it won't stop deletion and re-installation of the app as a new id will be generated each time.
May ’24
Comment on SwiftUI is pressing both buttons in a List
it really is infuriating sometimes. For example, the new ColorPicker. It's a View so it has to be displayed as a View, and it adds its own little palette picker so you can't just say, "Show a ColorPicker when the user presses this other Text button I've created". You always see the palette button, so if you want to have a few of them on different part s of your app, you get that stupid palette everywhere. I just want to show a ColorPicker when the user taps some other button of my design.
Feb ’24
Comment on Combining condition to show something,
No problem. Was fun to do! When working with Bools I try to always name them as though they are positive (so I would've used showTeco rather than hideTeco) unless the switch itself needs to be a negative ("Hide TECO"). The idea is not to confuse myself. I agree on the else [] bit. I didn't know if you wanted them all showing or not, but the change was simple.
Feb ’24
Comment on IPAD not visible in Mac
Which betas are you on? "iOS 17.0" is the OS version, not the beta version. What have you tried? Restarting the Mac and the iPad? Checking in the Console app when you plug it in? Reinstalled Xcode? We cannot help you with the tiny amount of information you've given us.
Aug ’23