Simplify wording that identifies hello.Greetings function.

Burcu Dogan 2015-08-04 09:57:48 -07:00
parent 7f6d39b0d1
commit 0885a795e2

@ -138,4 +138,4 @@ Drag and drop the `hello.framework` bundle to the Xcode project. Your project la
![Xcode project layout with hello.framework](https://googledrive.com/host/0ByfSjdPVs9MZbkhjeUhMYzRTeEE/gowiki/gomobile-bind-ios.png) ![Xcode project layout with hello.framework](https://googledrive.com/host/0ByfSjdPVs9MZbkhjeUhMYzRTeEE/gowiki/gomobile-bind-ios.png)
Build and run it on the simulator or an actual device (Cmd+R). When the application launches, the label on the main view will be modified with the string returned from `GoHelloGreetings` which invokes the `Greetings` function from the hello package. Build and run it on the simulator or an actual device (Cmd+R). When the application launches, the label on the main view will be modified with the string returned from `GoHelloGreetings` which invokes the `hello.Greetings` function.