SlantDesign / mo

MIT License
0 stars 0 forks source link

Updating to Swift3 #32

Open traviskirton opened 7 years ago

traviskirton commented 7 years ago

I would like to modify the current version of M/O to demo a few new ideas for an upcoming project

I started updating this project to Swift3. But there are some errors that take finesse, like:

Cannot invoke initializer for type 'UnsafePointer<Point>' with an argument list of type '(UnsafeRawPointer)'
Value of type '(NSObject) -> () -> ArtistView' has no member 'createShapeView'
'dispatch_once_t' is unavailable in Swift: Use lazily initialized globals instead

I need help getting the rest of the way.

traviskirton commented 7 years ago

I created a branch called Swift3Update.