Post

Replies

Boosts

Views

Activity

Comment on Import Image from SwiftUI even if project already declares an internal Image type
That does give SwiftUI precedence. You are going to have to namespace one or the other of them, you can't refer to them both as "Image". My suggestion has the SwiftUI one as "Image", and your one as "CrossPlatform.Image". Isn't that what you were asking for?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on swift and AppDirectory
Close the thread by marking the correct answer.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on INImage imageWithUIImage: doesn't exist
Thanks, that seems to be it, I imported "Intents", but when I also imported "IntentsUI", the extra methods showed up! Do you see that @yankat73?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on NSControl.StateValue
You are welcome!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Rename the street on the Apple map
Great! @Astghik remember to mark this response as the correct answer to the question.
Replies
Boosts
Views
Activity
Nov ’21
Comment on How to download and install old macOS versions
What is the Mac?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on App Transfer
These questions relate to the post-transfer state, so it may be best to ask them as a new question, then other people (who may only scan the question title) can also benefit.
Replies
Boosts
Views
Activity
Nov ’21
Comment on MacOS Add new WiFi profile programmatically
Thanks @meaton, so NEHotspot... is marked as available in Catalyst, but it doesn't actually work. That's worth knowing!
Replies
Boosts
Views
Activity
Oct ’21
Comment on Trigger TouchID in Simulator Xcode 13
@ Will Wang, did that fix it for you?
Replies
Boosts
Views
Activity
Oct ’21
Comment on App name questions for Publishing on Store
Yep. That's how you reserve the name, before the app is published.
Replies
Boosts
Views
Activity
Oct ’21
Comment on App name questions for Publishing on Store
From what you have said, you have taken the Display Name yourself, using your original Bundle ID. You have caused your own conflict.
Replies
Boosts
Views
Activity
Oct ’21
Comment on Alert isn't presenting when we use confirmationDialog in a View Xcode 13
@Srikanth_Thangavel, did that fix it for you?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on List changing into a different mode in a different view
@Infinite_Loop, did that fix it for you?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Cannot convert value of type '[Double]' to expected argument type 'Double'
And which line causes the error?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Cannot convert value of type '[Double]' to expected argument type 'Double'
What Int array? Please share your code!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21