Created by Steven Degutis
- Add PhotoTaker.Framework to your Cocoa project by dragging it into your Frameworks group, adding a Copy Files build phase to your Target, and dragging the Framework from the group to that Copy Files phase.
- Create an instance of SDPhotoTakerSheetController
- Create an object that conforms to
SDPhotoSheetDelegate
. It must contain one and only one method- (void) capturePhotoSheetController:(SDPhotoTakerSheetController*)sheetController didAcceptPhoto:(NSImage*)image