Skip to content

Upgrade to Swift 2.2 and fix video input#1

Open
samuelbeek wants to merge 4 commits into
objcio:masterfrom
samuelbeek:master
Open

Upgrade to Swift 2.2 and fix video input#1
samuelbeek wants to merge 4 commits into
objcio:masterfrom
samuelbeek:master

Conversation

@samuelbeek
Copy link
Copy Markdown

@samuelbeek samuelbeek commented May 10, 2016

First of all, thanks for writing this nice example project and the article that it came with, it has been really helpful.

The project didn't compile on Xcode 7.3 because the syntax wasn't Swift 2.2.
Next to that, the video input didn't work anymore, because it was using a private class, which had to be public.

I converted the syntax to Swift 2.2 so it will compile on Xcode 7.3 without any warnings or errors.

There are some force unwrapped optionals, they were in it before converting the project too, which I'd rather not have in there, but they're pretty harmless.

Let me know if you have any questions. Hope you merge this in, because everyone that is using the most recent Xcode has to do this by hand now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant