File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Load the project from VaultCodeTest.xcworkspace.
13
13
14
14
### Part 1
15
15
16
+ When you press the "Reverse String" button in the UI, the app should
17
+ reverse the user-provided string.
18
+
16
19
1 . Write a string reversal routine.
17
20
2 . Using this routine, make the tests in VaultCodeTestTests.m and
18
21
VaultCodeTestUITest.m pass.
@@ -23,7 +26,7 @@ Load the project from VaultCodeTest.xcworkspace.
23
26
When you press the "Load Image" button in the UI, the app should load a cat
24
27
image and display it.
25
28
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
27
30
the screen.
28
31
2 . Use the AFNetworking library to retrieve an image from http://thecatapi.com/
29
32
3 . Load the image into the uiimageview when the button is pressed
You can’t perform that action at this time.
0 commit comments