orff/swiftScreenSaver

Swift 3 compatibility

Closed this issue · 2 comments

Thanks for this sample. I've forked and upgraded this to work with Swift 3 but still struggling with syntax.

I've set the SCNView options to nil here because couldn't get past this error

Cannot convert value of type '[SCNView.Option : UInt]' to expected argument type '[String : Any]?'

https://github.com/modprods/swiftScreenSaver/blob/master/MySwiftScreenSaver/swiftSS.swift#L83

orff commented

Sorry, just noticedthat and the PR that fixed it. All merged in.

orff commented

PR fixed this issue and others.