osx - Image picker or file chooser for OS X Cocoa -


in application need pick image filesystem. know how in ios no idea make in os x. there tool imagepicker or file chooser os x? need please.

in ios use this:

uiimagepickercontroller *imagepicker = [[uiimagepickercontroller alloc] init]; imagepicker.delegate = self; imagepicker.sourcetype = uiimagepickercontrollersourcetypephotolibrary; 

thanks in advance!

on mac there ikpicturetaker works uiimagepickercontroller.

https://developer.apple.com/library/mac/documentation/graphicsimaging/conceptual/imagekitprogrammingguide/ikimagepicker/ikimagepicker.html


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -