This repository contains a brief programming exercise using XCode and Objective-C.
You will need:
- An installation of XCode (v4.6.1 or newer)
- A method of cloning a git repository (e.g. command line git tools - http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools)
The XCode project contains two view controllers: InputViewController and OutputViewController
Your objectives are to:
- Clone this github repo to your local disk
- Open the project in XCode, and make the following enhancements:
- when the 'OK' button is pressed on InputViewController, OutputViewController should be displayed
- the contents InputViewController's the text field should be displayed in OutputViewController's green label
- the 'Back' button should return the user back to the InputViewController
Once you have completed the exercise to the best of your ability, you may zip up your code directory and email it to Glenn, or submit a pull request to this repo (https://github.com/gbarnett-cs/iOSChallenge).
The goal for completion is by 5:00pm Eastern on Friday, 4/19.