Post

Replies

Boosts

Views

Activity

Comment on How to add UserDefaults to save a table view button status?
Thanks for the feedback. I had the same feeling when starting of others experts (on this forum notably) knowing so much more than me.I learned first from books, then by practicing. I used forums a lot. I followed online courses (Stanford iOS is excellent, but there are others) ; when I had an issue and most important, I took time to read technical articles for in depth understanding (Ray Wanderlich is excellent at this). So, just be curious, don't simply copy code for a quick fix but understand what it does, why it works and why previous code didn't. Good continuation and enjoy.
Topic: UI Frameworks SubTopic: UIKit Tags:
Apr ’22
Comment on Picker freezes
Thanks for feed back. It was effectively a bug. You close by marking the answer you consider correct (the circle with the √ sign below the up and down arrow next to the answer. So you can also close your bug report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Comment on How do I swap views in a single window?
Thanks for feedback. I suppose you don't use this framework just for the initial question. If hiding was not a good option, you could have removed and reloaded views A/B/C when needed
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on How to fix this TextField to variable error?
Normal, I changed to have first letter as lowercase (calculator vs Calculator, calculated vs Calculated). So, you need to change it everywhere in code.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on How to make a phone call with a button
@ Richard_Klug where does it crash ? did you read eskimo answer on how to form url ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on TextField does not accept input - TestFlight
What you show is not exactly matching the code you posted. It says Trade value vs Dividend value. Could you also post Dividend definition ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Limit app usage with Screen Time API
I think it is not possible to limit other apps, unless you are in an MDM or equivalent scheme. And that's logical. Would you want some competitor be able to limit the use of your app on a customer device ? Not me.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Help me with using of computed properties in the Playground
You welcome. Don't forget to close all your threads by marking the correct answer.
Replies
Boosts
Views
Activity
Mar ’22
Comment on How to add UserDefaults to save a table view button status?
Thanks for the feedback. I had the same feeling when starting of others experts (on this forum notably) knowing so much more than me.I learned first from books, then by practicing. I used forums a lot. I followed online courses (Stanford iOS is excellent, but there are others) ; when I had an issue and most important, I took time to read technical articles for in depth understanding (Ray Wanderlich is excellent at this). So, just be curious, don't simply copy code for a quick fix but understand what it does, why it works and why previous code didn't. Good continuation and enjoy.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on ios beta
No, it should support 15.4.1 as well. Contact support.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Picker freezes
Thanks for feed back. It was effectively a bug. You close by marking the answer you consider correct (the circle with the √ sign below the up and down arrow next to the answer. So you can also close your bug report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How to change the IOS version in Xcode 13 simulation
If you can't rely on simulator running on Mac, you may need to find an iPhone with older iOS version.
Replies
Boosts
Views
Activity
Apr ’22
Comment on How can I write this generic as a var instead of a func?
Yes, using func is much easier. But your question was a challenge to find a way to express it as a var. Good continuation, don't forget to close the thread. It may be of interest of others to see there was a solution tou the question, even though too complex for the benefit.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on how to find selected row array index in Table
Thanks for feedback. In fact the key was id = UUID(). It seems you never use index ? Otherwise, this is probably a typo: index: "2, id: 2"
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on What are the methods for jumping a page?
You're probably right from previous post. But he/she should be more explicit…
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Why more number of getsegmentdata crashes occurs
You welcome. Sure several of us will try to help as soon as they get the complementary info.
Replies
Boosts
Views
Activity
Apr ’22
Comment on "-[_NSXPCDistantObject ___nsx_pingHost:]: unrecognized selector sent to instance 0x600000408140" error while working with photo editing extension
So it seems you have found the solution ? What was the problem ? That could be of interest for others.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22