ios/pg3/README.md

454 B

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.