Post

Replies

Boosts

Views

Activity

Comment on App Store stuck In review loop - Help
I understand your frustration, but you give the answer yourself: "You need to submit an Appeal to expedite the process BUT you need to give a valid reason such as there is a bug happening in production or something..." That's the case everywhere when you appeal. There must be a reason for appealing that may justify a change in decision. In addition, when an app is rejected it is very important to explain clearly what you did to correct or why you think it is a misunderstanding. Not by considering the reviewer is dumb, but simply that he/she cannot spend 2 hours on the app and so needs easy to check information.
Apr ’22
Comment on M1 - MBA 16GB or MBP 8GB
Performance is not the most critical aspect. RAM, disk space and screen size are, IMO, much more important. I work frequently on a 2015 iMac (3,3 GHz Intel Core i5 four core, so not a really powerful machine with today standards). I upgraded from 8 to 24 GB RAM (was much needed), got original 2 TB disk and 27" screen. It is perfect for Xcode development.
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’22
Comment on What is "focus"?
That what it says if you read just the first line. A field being edited is focused, a field may be focused without being edited. If you go through and make the effort to understand the examples, you will understand what they are. Sure, it is some effort, as for every learning… Good luck.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Comment on What is "focus"?
But doc describes how it is supposed to work. For instance: "In the following example of a simple login screen, when the user presses the Sign In button and one of the fields is still empty, focus moves to that field. Otherwise, the sign-in process proceeds."
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Comment on "-[_NSXPCDistantObject ___nsx_pingHost:]: unrecognized selector sent to instance 0x600000408140" error while working with photo editing extension
You market your answer as the correct answer,. 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
Comment on App Store stuck In review loop - Help
I understand your frustration, but you give the answer yourself: "You need to submit an Appeal to expedite the process BUT you need to give a valid reason such as there is a bug happening in production or something..." That's the case everywhere when you appeal. There must be a reason for appealing that may justify a change in decision. In addition, when an app is rejected it is very important to explain clearly what you did to correct or why you think it is a misunderstanding. Not by considering the reviewer is dumb, but simply that he/she cannot spend 2 hours on the app and so needs easy to check information.
Replies
Boosts
Views
Activity
Apr ’22
Comment on Deleting a View Instance with the Tap of a Button
Note that @Binding does not seem necessary here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Deleting a View Instance with the Tap of a Button
There is a misunderstanding. You should not remove the all declaration @Binding var id: UUID    just replace with var id: UUID
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How can I change the progress bar value when another tab is selected?
Could you show the relevant code and the context of code (if possible full class which includes timer).
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Type ‘()’ cannot conform to ‘AccessibilityRotorContent’
Thanks for feedback. Don't forget to close the thread my marking the correct answer. Good continuation.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on M1 - MBA 16GB or MBP 8GB
Performance is not the most critical aspect. RAM, disk space and screen size are, IMO, much more important. I work frequently on a 2015 iMac (3,3 GHz Intel Core i5 four core, so not a really powerful machine with today standards). I upgraded from 8 to 24 GB RAM (was much needed), got original 2 TB disk and 27" screen. It is perfect for Xcode development.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Horizontally-Aligned TextField Wrap?
I edited my answer (first guess with TextField was wrong).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Recommendations on getting app to speak to driver
Thanks for the feedback. Don't forget to close the thread once you've got a correct answer. Good continuation.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How to implement Search for Table
Thanks for the feedback. Note: you don't even need .searchable(text: $searchText). When TextField changes, State var searchText is changed, then body is reevaluated.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How can I change the progress bar value when another tab is selected?
Thanks for the feedback, and great to read your app works now. As you get the log (RAMBar nil), that means the crash is just after, on the second print.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on object lifetimes in swift
This may be an interesting read: https://stackoverflow.com/questions/68731011/when-is-deinit-exactly-called-in-swift
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on What is "focus"?
That what it says if you read just the first line. A field being edited is focused, a field may be focused without being edited. If you go through and make the effort to understand the examples, you will understand what they are. Sure, it is some effort, as for every learning… Good luck.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on What is "focus"?
But doc describes how it is supposed to work. For instance: "In the following example of a simple login screen, when the user presses the Sign In button and one of the fields is still empty, focus moves to that field. Otherwise, the sign-in process proceeds."
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on UITableView detailTextLabel equivalent in UIListContentConfiguration
Thanks, interesting information. But it would be so much better to have code snippets in the documentation.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’22