2
0
mirror of synced 2025-02-24 23:38:22 +00:00
mobile/example/ivy/ios/README.md
David Crawshaw b10f681911 example/ivy/ios: remove unnecessary indentation
Change-Id: Ie4898a25eeb3230be6acb0fb85d2cff636f2880e
Reviewed-on: https://go-review.googlesource.com/14600
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-09-15 12:59:24 +00:00

343 B

Ivy iOS App source

This directory contains the source code to the Ivy iOS app.

To build, first create the mobile.framework out of the Go implementation of Ivy. Run:

go get robpike.io/ivy
gomobile bind -target=ios robpike.io/ivy/mobile

Place the mobile.framework directory in this directory, and then open ivy.xcodeproj in Xcode.