Posts

Post not yet marked as solved
1 Replies
876 Views
I am tying to test the Playground Bluetooth, - https://developer.apple.com/documentation/playgroundbluetooth but I don't see this option when I create a new playground. I have never used it before so I'm not sure if it was ever available before. Is it still available? Big Sur 11.1 Xcode 12.4
Posted
by raxon.
Last updated
.
Post not yet marked as solved
0 Replies
417 Views
I was looking at the code on the repo below and found that it's invoking a function named CGSGetNumberOfDisplayModes. I couldn't find any documentation for such function on my Google searches. Any ideas on where it is documented?https://github.com/avibrazil/RDM/blob/master/utils.mmIt's a pretty trivial function, but I just would like to know where this function's documentation is located so I can look at what else is available.
Posted
by raxon.
Last updated
.
Post marked as solved
1 Replies
2.3k Views
What's the proper way to intercept clicks on URLs in apps? For example, when clicking on a web link in Mail.app, the standard behavior is to open the default browser. I want to create an application that handles these clicks
Posted
by raxon.
Last updated
.