0

The upcoming OS X 10.11 El Capitan release should contain a new feature called photo extensions. There’s even some UI in place already, for example in the Photos app:

screenshot of the Photos app

But the documentation for this feature is nowhere to be found. Where should I look?

zoul
  • 102,279
  • 44
  • 260
  • 354

1 Answers1

1

Documentation hasn't been updated but it works exactly the same as on iOS. It's just about adding a protocol support + NSExtension dictionary into your Info.plist Add TARGET (not create new project) to your project like here and use iOS documentation. The XCode7 template has everything you need. No UIKit stuff there

Photo Extension

enter image description here

enter image description here

Marek H
  • 5,173
  • 3
  • 31
  • 42