Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Square Video Recording Prototype #1

Open
regnerjr opened this issue Aug 30, 2017 · 2 comments
Open

Square Video Recording Prototype #1

regnerjr opened this issue Aug 30, 2017 · 2 comments
Assignees

Comments

@regnerjr
Copy link
Member

I started to work on this just a little bit.....

But first I added a new PreviewView to the example project.

class PreviewView: UIView {
    var image: UIImage?
    var videoURL: URL?
}

You give it an image it will display the image, give it a video URL, it'll play the video..

I though that this would be important to do before I tried to do Square Video, now I can actually see it if it works.

I just wanted to let you know.

@regnerjr
Copy link
Member Author

Mostly just letting you know about my progress.

Gonna try to follow through the objc.io article and see if I can get square output.

@jayhu93
Copy link

jayhu93 commented Aug 30, 2017

Awesome! Thanks for the update! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants