Post

Replies

Boosts

Views

Activity

Comment on Splash screen not displaying correctly
I am unable to add a new constraint, everything is disabled.    Could you post a screenshot of Size Inspector the the ImageView that shows what is disabled ?
Replies
Boosts
Views
Activity
Sep ’21
Comment on SF Symbols 3 Bug
Could you post the code (not an image) so that we can try reproduce ? And please post all the classes needed ti run the code.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Status symbol next to clock
Thanks for feedback. unless you found some Apple doc about it, it would be worth a bug report against documentation.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
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