Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 915 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 915 Bytes

Project 1 - Storm Viewer

https://www.hackingwithswift.com/100/16

Includes solutions to the challenges.

Topics

View controllers, Storyboard, FileManager

Challenges

From Hacking with Swift:

  1. Use Interface Builder to select the text label inside your table view cell and adjust its font size to something larger – experiment and see what looks good.
  2. In your main table view, show the image names in sorted order, so “nssl0033.jpg” comes before “nssl0034.jpg”.
  3. Rather than show image names in the detail title bar, show “Picture X of Y”, where Y is the total number of images and X is the selected picture’s position in the array. Make sure you count from 1 rather than 0.

Screenshots

screenshot1 screenshot2