save videos in iphone simulator & upload it to the web services

后端 未结 2 1061
广开言路
广开言路 2021-01-25 01:52

I just want to know that how I can save the videos to the iphone simulator & how I can upload it to the web services?

Thanks.


vpc=[[UIImagePi         


        
2条回答
  •  -上瘾入骨i
    2021-01-25 02:25

    You need to import framework #import MobileCoreServices/UTCoreTypes.h

    If u got an error when u import framework.try below method I found.

    1) open your project profile

    2) build phases > link binary with libraries

    3) click + , add MobileCoreService framework

    4) now see it in left side.In the Headers folder of framework.find file name MobileCoreServices.h

    5) Now open .h file, simple drag it below #import UIKit/UIKit.h

    Note : make sure you need to drag it into #import<....>

    Now what...? Thats it.You can see KuTTYpeMovie in .m file...thanks

提交回复
热议问题