is possible sort images/videos shown in image picker, photos current day appear?
this have far
pickermain = [[uiimagepickercontroller alloc] init]; pickermain.delegate = self; [pickermain setsourcetype:uiimagepickercontrollersourcetypesavedphotosalbum]; [self presentviewcontroller:pickermain animated:yes completion:^{ [[uiapplication sharedapplication] setstatusbarhidden:no withanimation:uistatusbaranimationnone]; }]; pickermain.mediatypes = [[nsarray alloc] initwithobjects:(nsstring *)kuttypemovie, kuttypeimage, nil]; [pickermain setvideomaximumduration:15.0f];
is possible sort images/videos shown in image picker, photos current day appear?
not using uiimagepickercontroller, no. have write own picker.