Post

Replies

Boosts

Views

Activity

Comment on Swift and C++ In The Same Project
Apple documentation on the Cpp-Swift interoperability only mentions about using the clang module to make Cpp Code available in Swift, it does not mention about using bridging header. If we can expose the Cpp code using the 'clang module' as well using the 'bridging header' then which approach should be preferred and why? Can someone please elaborate on this?
Topic: Programming Languages SubTopic: Swift Tags:
May ’24
Comment on how to convert swift::string to char * in cpp
A similar approach is disscussed here, but is not concluded.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on How to identify Application language preference programatically
@eskimo Actually I want to know about the language setting for my app that the user has currently configured, and not for any other arbitrary app.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Universal link not working for multiple apps
@donnywdavis Both the structures are valid. I have tried this same with the structure you shared but the results are still the same. only app1 is getting invoked.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on adding recent open document list in non document based app
can you provide some sample swift code?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Type mismatch in SessionGetInfo() swift
I have filed a bug report. This is the bug number : FB13620859
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Type mismatch in SessionGetInfo() swift
This is the new bug number : FB13627555. This is now reported under the relevant section.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Adding intent to the AppIntentsExtension
@Maximillian-Dev Yes, I also suspect this is because of the empty main-entry. Do you know how to add my intent to the TWAppIntentExtension?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Swift and C++ In The Same Project
Apple documentation on the Cpp-Swift interoperability only mentions about using the clang module to make Cpp Code available in Swift, it does not mention about using bridging header. If we can expose the Cpp code using the 'clang module' as well using the 'bridging header' then which approach should be preferred and why? Can someone please elaborate on this?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on representation error in swift generated header
It's a different library written in Swift.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on Error Handling for Widget APIs in iOS that neither raise any exception nor return any value?
Sorry for the misunderstanding. The widgets I mentioned in the question does not refer to iOS widgets. Here it just means any UI element that can be added to UIWindow like UIView, UILabel, UIButton etc. I wanted to know how to handle error for their initialiser failure.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Comment on Do we need to explicitly register all high-level interaction events for every widget in UIKit?
@Frameworks Engineer
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25