Posts

Post not yet marked as solved
0 Replies
354 Views
Hello, I'm working on an iOS app called "scribe-frontend-ios," and I'd like to change the default folder name that the app creates in the Files app on iOS. Currently, when the app saves files to the Files app, they all go into a folder named "scribe-frontend-ios." However, I want to just call this folder Scribe. I've tried modifying the Info.plist file in my Xcode project by adding the "NSFileProviderServiceName" key with a custom folder name, but it doesn't seem to have any effect. I've also set "LSSupportsOpeningDocumentsInPlace" to true to indicate that my app supports opening documents in place. Can someone please provide guidance on how to change the default folder name for the app in the Files app? Is there a step I might be missing, or is there another way to achieve this? Any help or advice would be greatly appreciated. Thank you!
Posted
by Tyrin.
Last updated
.
Post not yet marked as solved
0 Replies
333 Views
In iOS whenever you use the PKLassoTool on a set of strokes if you click on the selected region a menu will pop up as you can see here Is there a way to add more buttons to this menu? I tried looking through the Swift docs but I haven't seen this mentioned anywhere.
Posted
by Tyrin.
Last updated
.
Post not yet marked as solved
2 Replies
415 Views
I’m building a drawing app and I want to add more things I can do with the strokes selected by the PKLassoTool. Is there a way to edit the menu of buttons that appears when you make a selection with the lasso tool? And then is there away to pass the selected strokes into a function? I’ve looked at the Apple documentation but there doesn’t seem to be a lot of support to doing anything with the lasso tool.
Posted
by Tyrin.
Last updated
.