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 Problem with AVPlayer error
Could you show code ? How do you know it is "a streaming that have metadata inside of signal."
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Urgent: XCode 13 unable to delete lines of code
These icons are at the top right of code window (not storyboard window)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on the compiler that produced it, 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)’, may have used features that aren't supported by this compiler, 'Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
I do not see other solution than recompiling framework with 12.5 or using 13 for compiling the app.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode crashes when I set an aspect ratio in XIB
Could you show all the constraints you have set for imageView ? Maybe it turns out the is is considered zero size ?
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
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 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 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 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 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 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 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
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 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 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