Thanks for applying at Vault!
The tests in this exercise shouldn't take more than a hour or so to complete.
This project uses cocoapods; please install the dependencies before continuing.
Load the project from VaultCodeTest.xcworkspace.
When you press the "Reverse String" button in the UI, the app should reverse the user-provided string.
- Write a string reversal routine.
- Using this routine, make the tests in VaultCodeTestTests.m and VaultCodeTestUITest.m pass.
- Set up the UI such that when you press "Reverse String" it takes the text from textSrc, reverses it, and places it in textDest.
When you press the "Load Image" button in the UI, the app should load a cat image and display it.
- Change the constraints on the uiimageview such that it fills the remainder of the screen.
- Use the AFNetworking library to retrieve an image from http://thecatapi.com/
- Load the image into the uiimageview when the button is pressed