Post

Replies

Boosts

Views

Activity

Comment on Xcode 13 autocomplete issues with overrides
No, it is not ! For instance, in the override you will call super?viewDidAppear. You do not want Xcode to insert the full override template ! Xcode is just trying to guess your intent and just typing viewDidA does not provide any hint that you want to override. Even though Xcode could detect this is typed out of any function body and conclude it is a func definition. So feel free to send a bug request for enhancement.
Sep ’21
Comment on Is Quinn “The Eskimo!” actually a franchise?
Big conspiracy at work ? No, I hope you are just joking. Do you imagine what the forum would be without Quinn, eskimo or not ?
Replies
Boosts
Views
Activity
Sep ’21
Comment on XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
16K ? 64K ? What are those ? Are we back in 1980 at the good old times of Apple ][ ? Anyway, seems hard to go further here, may be time to close the thread and file a bug report or contact Apple support. Have a good day.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Is Quinn “The Eskimo!” actually a franchise?
Hi Quinn, metoo
Replies
Boosts
Views
Activity
Sep ’21
Comment on XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
That's what I guessed.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Issue related with sectionIndexBackgroundColor of UITableview in dark mode.
Thanks for feedback, that's another option. Just check of what happens when user tries to drag the bottom bar to change app.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode: There is not enough disk space available to install the product. Yet I have plenty of space
The math is about this : 12 GB to download + 30 GB to decompress + some more to install before removing older Xcode. Rule of thumb is that we need about 60 GB.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode 13 autocomplete issues with overrides
No, it is not ! For instance, in the override you will call super?viewDidAppear. You do not want Xcode to insert the full override template ! Xcode is just trying to guess your intent and just typing viewDidA does not provide any hint that you want to override. Even though Xcode could detect this is typed out of any function body and conclude it is a func definition. So feel free to send a bug request for enhancement.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Adding AppTrackingTransparency problem
I don't know what Firebase is doing. The key point is to be sure you do not send any tracking information through Firebase if user has not allowed to. Look at Firebase doc to see how to achieve this. Or ask them.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode 13 autocomplete issues with overrides
You get the point. For some reason, they have changed since Xcode 12. Is it intentional or a side effect of deep changes made in Autocomplete, I don't know. You should definitely file a bug report.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Not able to connect IBOutlet in XCode 13
Thanks for feedback. Good continuation and don't forget to close the thread.
Replies
Boosts
Views
Activity
Sep ’21
Comment on How can I hide cancel in title in searchbale bar in SwiftUI?
So you don't want to see any cancel button ? But please, show some code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on How can I hide cancel in title in searchbale bar in SwiftUI?
AFAIU, the Cancel button is built in searchable. If you don't want it(but consider users are accustomed to find it), you can build your own searchbar as described in the link you saw. You could also send a bug report for enhancement.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on SwiftUI help with application of multiple radio buttons to perform calculations based on selected option
Don't forget to tell when you made it work and close the thread. Good luck.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Open a View from the menu
You may have selected the view and not the window. Click on the bar above the window in IB.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Swift generic usage inside class
But you need to pass information on Value. Unless you change EffectParam not to be a Generic. What can Value type be ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21