With UIViewController the default modal won't appear, only zoom will be seen.
Put the main handler method in the viewDidLoad so that the share extension will go to our app immediately without showing the default share modal, then the behavior in 1 won't be seen.
This PR fixes #49
With
UIViewController
the default modal won't appear, only zoom will be seen.Put the main handler method in the
viewDidLoad
so that the share extension will go to our app immediately without showing the default share modal, then the behavior in 1 won't be seen.