2
0
mirror of synced 2025-02-24 15:28:28 +00:00
David Crawshaw b0ae6f9325 example/ivy/ios: add iOS source code
Change-Id: Ifabbfcfd75a92b0eb81631e3bb6eca1e4228139a
Reviewed-on: https://go-review.googlesource.com/14208
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-09-14 21:08:49 +00:00
..
2015-09-14 21:08:49 +00:00
2015-09-14 21:08:49 +00:00

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.