{"id":15037889,"url":"https://github.com/dixpatel009/record-uiview","last_synced_at":"2025-04-09T23:33:01.332Z","repository":{"id":243010387,"uuid":"353664983","full_name":"DixPatel009/Record-UIVIew","owner":"DixPatel009","description":"UIView recording library.","archived":false,"fork":false,"pushed_at":"2021-04-01T11:04:08.000Z","size":11,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T01:23:00.570Z","etag":null,"topics":["ios","swift","swift4","uiview","uiview-recorder","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DixPatel009.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-01T10:41:47.000Z","updated_at":"2025-01-17T08:13:17.000Z","dependencies_parsed_at":"2024-06-06T08:02:44.460Z","dependency_job_id":null,"html_url":"https://github.com/DixPatel009/Record-UIVIew","commit_stats":null,"previous_names":["dixpatel009/record-uiview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DixPatel009%2FRecord-UIVIew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DixPatel009%2FRecord-UIVIew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DixPatel009%2FRecord-UIVIew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DixPatel009%2FRecord-UIVIew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DixPatel009","download_url":"https://codeload.github.com/DixPatel009/Record-UIVIew/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248129973,"owners_count":21052670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","swift","swift4","uiview","uiview-recorder","xcode"],"created_at":"2024-09-24T20:36:13.250Z","updated_at":"2025-04-09T23:33:01.300Z","avatar_url":"https://github.com/DixPatel009.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Record-UIVIew\n\n\nRecord-UIVIew is a simple library that allows you to create videos from UIViews.  It records animations and actions as they happen by taking screen shots of a UIView in a series and then creating a video and saving it to your app’s document folder.\n\n## Setup\nTo setup Record-UIVIew, add the `Recorder.swift`and `ImageToVideo.swift` file to your project.\n\n\n## Example Usage\n\n### For Swift\n\n\n    class viewController: UIViewController {\n    \n      @IBOutlet weak var screenRecoderView: UIView!\n    \n      private var screenRecorder = Recorder()\n    \n      override func viewDidLoad() {\n          super.viewDidLoad()\n          self.screenRecorder.view = self.screenRecoderView\n      }\n    \n      @IBAction func startRecordAction(_ sender: UIButton) {\n           self.screenRecorder.start()\n       }\n    \n      @IBAction func StopRecordAction(_ sender: UIButton) {\n           self.screenRecorder.stop { (strUrl) in\n              print(\"Final Video Document Direcotry URL : \" + strUrl)\n          }\n      }\n    \n    }\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdixpatel009%2Frecord-uiview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdixpatel009%2Frecord-uiview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdixpatel009%2Frecord-uiview/lists"}