How to use IKScannerDeviceView in Cocoa
问题 How can I use IKScannerDeviceView to scan a document inside of my app? I tried adding an IKScannerDeviceView into my view through IB and setting its delegate to my app delegate (which implements the IKScannerDeviceViewDelegate), but when I run the app I get a view with the buttons Show Details and Scan , and only Show Details is enabled and when I click it nothing happens. I have a scanner plugged in and I can scan through Image Capture, but not through my app. Does anybody have a good