I'm trying to put a sub menu inside the context menu using the NSExtensionFileProviderActions
in info.plist
. Which should look like this image below
I have been trying to use FPUIActionExtensionViewController
for doing this task but I havent got any context menu like above. But still doing that does seem to complicate the task more.
Is there a simpler way to do this task, like doing it within the info.plist so I dont have to complicate the task by creating a view controller. ?