n Days of Swift
Learning Swift
Inspired by Allen Wang's 30 Days of Swift, I decided to compile a list of projects I'm working on to master Swift. Most of the projects are guided through a book called "스위프트로 아이폰 앱 만들기 4th Edition" and Paul Hudson's Hacking with Swift. Under each project folder, there is a recorded gif of the corresponding project.
Doit HelloWorld
Project 01:Changes "Hello" according to the submitted name
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Hack StormViewer
Project 02:Show different images in alphabetical order, utilizing Table Views, Image Views, App Bundles, File Manager, Type Casting, View Controllers, Storyboards, Outlets, Auto Layout, and UIImage.
Project Reference: Hacking With Swift
Doit ImageView
Project 03:Two buttons to resize and turn on/off the lightbulb
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Doit ImageView2
Project 04:Image Viewer to view multiple images and move with Previous/Next buttons
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Doit DatePicker
Project 05:Shows current date and time, and selects date and time using the date picker
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Doit Alarm
Project 06:Based on project 5, creating an alarm timer
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Doit PickerView
Project 07:Uses PickerView to go through a list of pictures and show the picture
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Doit PickerView2
Project 08:Uses PickerView with two columns; first column changes the selected itme's name and the second column changes the shown iamge
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Doit Alert
Project 09:Uses alert to turn on, turn off, and remove the lamp
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition
Doit AlarmAlert
Project 10:Alerts when the selected time matches the current time
Project Reference: Book 스위프트로 아이폰 앱 만들기 4th Edition