canvas/examples/ios
2019-03-20 11:48:52 +01:00
..
CanvasIOSExample deleted the compiled android examples, moved the ios readme 2018-05-17 17:08:09 +02:00
ios.go backend can now reuse gl contexts, updated examples and docs 2019-03-20 11:48:52 +01:00
README.md updated gogl backend to work on ios as well, updated ios example 2019-02-24 16:30:17 +01:00

As of this writing, gomobile does not support go modules. In this case this project can only be compiled while it is in the GOPATH/src directory.

Run this command:

gomobile bind -target ios -tags ios

Then add the resulting Example.framework into the Xcode project, and it should compile and run from there