Tagged Questions

0
votes
0answers
19 views

Application hangs on clicking “Choose” button in IKPictureTaker view

I am facing a strange hang issue with IKPictureTaker and on clicking a "Choose" button. I am doing below operation using IKPictureTaker. When a user wants to change a profile picture, upon clicking ...
0
votes
3answers
381 views

Disabling ESC and Command . in an OSX Cocoa app

I made a little cocoa app that brings up an IKPictureTaker and saves a picture to a file if you press the set button. Currently, if you press esc or Command . the window picture taker will close. Is ...