Screen capture video in iOS programmatically

后端 未结 3 2003
眼角桃花
眼角桃花 2020-12-13 11:30

I\'m trying to create a UIView that allows a user to tap a button in i and record the screen (not make a video from the camera), then save it to the document folder. I\'ve

相关标签:
3条回答
  • 2020-12-13 12:02

    Another useful project for this is RecordMyScreen, found here: https://github.com/coolstar/RecordMyScreen

    0 讨论(0)
  • 2020-12-13 12:17

    Another way to approach it is using a feedback library such as BlitFeedback, which includes effortless screen video-capturing.

    0 讨论(0)
  • 2020-12-13 12:18

    The link is not dead.

    http://codethink.no-ip.org/wordpress/archives/673

    If you check the comments, there is also some code that will mix audio & video and save it as a quicktime movie.

    If you still can't access the link, there is a guy selling the same code on binpress:

    http://www.binpress.com/app/ios-screen-capture-view/1038

    0 讨论(0)
提交回复
热议问题