I've been going through the documentation. I can't seem to find the docs that cover all the new AI features.
Post
Replies
Boosts
Views
Activity
I have a Safari app extension that needs to know the url of the current active tab. When I press a button, a function in SafariExtensionViewController gets called with the following code:
let safari = SFSafariPageProperties()
let currentURL = safari.url
But currentURL is nil. Not sure what I'm doing wrong? The extension is for mac. Safari 14, macOS 11.1
I'm having a weird problem. My stickers are too small when I put them on a text bubble.
All images are 618x618. Sticker Size is set to 4 or 3 column in Xcode.
Example: imgur.com/a/SYrjKe4
What am I doing wrong?