Skip to content

Commit edb9bf6

Browse files
committed
Updated instructions
1 parent 1a5ac91 commit edb9bf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Load the project from VaultCodeTest.xcworkspace.
1313

1414
### Part 1
1515

16+
When you press the "Reverse String" button in the UI, the app should
17+
reverse the user-provided string.
18+
1619
1. Write a string reversal routine.
1720
2. Using this routine, make the tests in VaultCodeTestTests.m and
1821
VaultCodeTestUITest.m pass.
@@ -23,7 +26,7 @@ Load the project from VaultCodeTest.xcworkspace.
2326
When you press the "Load Image" button in the UI, the app should load a cat
2427
image and display it.
2528

26-
1. Change the constraints on the uiimageview so that it fills the remainder of
29+
1. Change the constraints on the uiimageview such that it fills the remainder of
2730
the screen.
2831
2. Use the AFNetworking library to retrieve an image from http://thecatapi.com/
2932
3. Load the image into the uiimageview when the button is pressed

0 commit comments

Comments
 (0)