Review, Review and More Review
// // ViewController.swift // BirthdayTracker // import UIKit protocol AddBirthdayViewControllerDelegate { func...
Let's Delegate -- huh?
AddBirthdayViewController.swift protocol AddBirthdayViewControllerDelegate { func addBirthdayViewController(_ addBirthdayViewController:...
Section & Row
Let's pair and complete the UI design BirthdaysTableViewController: UITableViewController { var birthdays = [Birthday]() let...