iphone imagepickerController picking video from photo library

前端 未结 2 1576
猫巷女王i
猫巷女王i 2020-12-18 12:11

I am now trying to implement a app like picking image and video from device photo album and uploading it to server..

here i can able to display both image and video

2条回答
  •  梦毁少年i
    2020-12-18 12:31

    Check the docs and choose what type you need.

    myImagePickerController.mediaTypes =
        [[NSArray alloc] initWithObjects: (NSString *) kUTTypeMovie, nil];
    

提交回复
热议问题