Post

Replies

Boosts

Views

Activity

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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
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.
Topic: Programming Languages SubTopic: Swift Tags:
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.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’23
Comment on A Leak in the iPhone App Store, Just on iPhone, Spammers are Affecting the keyword suggested apps, It needs serious attention
If you've already reported it to the App Store team then why are you reporting it here? This is what I mean by spamming these forums. I don't stand beside spammers, thanks, but I also don't know why you think any app creator on here is going to be able to help you with this? What do you want from us? Agreement that there's an issue in the App Store? Great! I agree, but I can't do anything about it, neither can any of the other app creators on here. Speak to the App Store team again.
Aug ’23
Comment on Logger on Xcode console
No. It's written to a plain text file. If you seriously don't want the timestamps you'll have to use your own Logger (the struct that was overriding the os version, with the #if debug in the right place), but you'll lose any of the niceties of os:Logger.
Nov ’22
Comment on Tracking gestures
Doesn't matter. Apple does not provide a means to track things other than inside an app. Once a user exits your app it has only a few seconds before it is completely killed, so it would never be able to do anything in the background regardless of whether someone has agreed to your Ts&Cs.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’22
Comment on Delay Issue with onChange Modifier in SwiftUI
No, you didn't. Put the onChange modifier on the SECOND picker as well.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
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.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Based on all available research and information as of today (2/4/2024 Chicago, IL 9:55am) where are we on the Kurzweil Curve:
Your posts are absolute trash, and do not belong on the Developer Forums. If you want to build your company, posting nonsense on these forums isn't the way to do it. You must realise that. And if you don't, well then I'm going to keep reporting them as spam and Apple will hopefully ban you.
Replies
Boosts
Views
Activity
Feb ’24
Comment on This is a major code challenge,I believe there will definitely be warriors who will challenge this difficulty
Word salad.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on ios17 widget display area problem
Mark it as resolved so others can see there's a fix for it.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
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.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on A Leak in the iPhone App Store, Just on iPhone, Spammers are Affecting the keyword suggested apps, It needs serious attention
If you've already reported it to the App Store team then why are you reporting it here? This is what I mean by spamming these forums. I don't stand beside spammers, thanks, but I also don't know why you think any app creator on here is going to be able to help you with this? What do you want from us? Agreement that there's an issue in the App Store? Great! I agree, but I can't do anything about it, neither can any of the other app creators on here. Speak to the App Store team again.
Replies
Boosts
Views
Activity
Aug ’23
Comment on Developer Rejected and no reasonable comments
The Disney+ app shows an example of it not being just screenshots. The OP could add a couple of extra screenshots in a similar fashion.
Replies
Boosts
Views
Activity
Apr ’23
Comment on Scrumdinger ScrumsView doesn't update after editing the details of a scrum
Good stuff. iOS development equivalent of "have you tried turning it off and on again?" 😆
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’23
Comment on Operator function '<' requires that 'Date' conform to 'StringProtocol'
Glad it helped. Sorry that I pasted the wrong first bit of the code... Should've been: if("2022/11/27" < "2022/11/28") { Text("'2022/11/27' < '2022/11/28 = correct'") } else { Text("'2022/11/27' >= '2022/11/28' = incorrect") }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Logger on Xcode console
Always tip your server... Don't forget to mark an answer as accepted ;)
Replies
Boosts
Views
Activity
Nov ’22
Comment on Logger on Xcode console
No. It's written to a plain text file. If you seriously don't want the timestamps you'll have to use your own Logger (the struct that was overriding the os version, with the #if debug in the right place), but you'll lose any of the niceties of os:Logger.
Replies
Boosts
Views
Activity
Nov ’22
Comment on Xcode 14.1 crashing while clicking cmd+Z
I think this is related to changes made to constraint constants in Interface Builder. Have a look at that, @Claude31.
Replies
Boosts
Views
Activity
Nov ’22
Comment on Tracking gestures
Doesn't matter. Apple does not provide a means to track things other than inside an app. Once a user exits your app it has only a few seconds before it is completely killed, so it would never be able to do anything in the background regardless of whether someone has agreed to your Ts&Cs.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22