Estoy usando XCode 8 y probando con iOS 10.2 Beta. He agregado los marcos Photos, PhotosUI y MobileCoreServices al proyecto. Código muy simple: #import <Photos/Photos.h> #import <PhotosUI/PhotosUI.h> #import <MobileCoreServices/MobileCoreServices.h> @interface ViewController...