ios/pg3
Ben Harris 47fc031b4d init 2017-05-20 17:25:57 -04:00
..
PG3 init 2017-05-20 17:25:57 -04:00
PG3.xcodeproj init 2017-05-20 17:25:57 -04:00
PG3Tests init 2017-05-20 17:25:57 -04:00
PG3UITests init 2017-05-20 17:25:57 -04:00
.gitignore init 2017-05-20 17:25:57 -04:00
README.md init 2017-05-20 17:25:57 -04:00
float.png init 2017-05-20 17:25:57 -04:00
papua.png init 2017-05-20 17:25:57 -04:00
png.png init 2017-05-20 17:25:57 -04:00
water.png init 2017-05-20 17:25:57 -04:00

README.md

CS344 Program 3

Due Wednesday September 28

Program 3 Due: Wednesday 28 September 2016 1:00 P.M. EDT Write an app for the iPhone Simulator that does the following:

  • It should allow the user to enter a folder name.
  • It should scan that folder and generate a menu listing the names of all files ending in ".png" .
  • Selecting an item from that menu should display that image on the screen, along with a back button that returns you to the menu.