I am using UIDocumentInteractionController and QLFramework to preview videos from the Documents folder of my application. I want to customise the the upload button of QLPreviewController just like WhatsApp show a custom UIMenuAction sheet. Is WhatsApp creates their own Controller which looks like QLPreviewController then by using which class are they previewing videos? Can anybody suggest something??
Asked
Active
Viewed 594 times
0
-
No you can't you have to make your own class – Sunny Shah Jul 21 '14 at 04:25
-
QLPreviewController used only showing documents – Senthil Jul 21 '14 at 04:27
-
So do you know how does whatsApp customise QLPreviewController? – user2955351 Jul 21 '14 at 04:28
-
@SunnyShah please suggest from class to preview videos. I have used MPMoviePlayerController also but I didn't like the UI of it. – user2955351 Jul 21 '14 at 04:29
-
You can customize the MPMoviePlayerController class. You can also use third party library. – Sunny Shah Jul 21 '14 at 04:33
-
look at this that might be help you : https://www.cocoacontrols.com/controls/almovieplayercontroller – Sunny Shah Jul 21 '14 at 04:34
-
thank you! I will have a look at it. – user2955351 Jul 21 '14 at 04:38
-
u better add screenshot to let people understand what u mean without downloading WhatsApp – Zaporozhchenko Oleksandr Apr 27 '18 at 12:24