I just updated my Xcode to newest version of the Xcode 8 beta. Now I opened one Project I'm currently working on.
I seems, that the method to register previewQuickActions has changed, because I get a error for overriding this, that it conflicts with a objc getter.
func previewActionItems() -> [UIPreviewActionItem] {
return ctrl.previewActionItems
}
I did some research on the internet, but did find any method to use or to implement to register previewActions.
I hope you can help me.
With regards Chromo