Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 452 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 452 Bytes

iOS Programming with Swift

Projects from book iOS Programming, The Big Nerd Ranch Guide from Christian Keur and Aaron Hillegass

Homepwner

Shows a list of items in a TableView and a detail screen to edit them and add a picture. Items and picture are stored to file system.

TouchTracker

Tracks touches to draw on screen. Uses gesture recognizers like double tap to clear screen, tap to select a line and long press with pan to move lines.