Open sameekhan opened 8 years ago
I have completed (most of) the optional requirements. It is ready for review. /cc @codepathreview
:+1: nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API.
Here's a checklist of things that I'm looking for in this project. You should review the checklist, and make any changes to your project, if necessary.
In general, you should challenge yourself to create visually polished applications. That's where you'll find all the rough edges of the iOS framework and earn the next level of mastery.
// // CollectionViewController.swift // babyFlicks // // Created by Samee Khan on 1/31/16. // Copyright © 2016 Samee Khan. All rights reserved. //
import UIKit
private let reuseIdentifier = "Cell"
class CollectionViewController: UIViewController, UICollectionViewDataSource, UISearchBarDelegate {
// func numberOfSectionsInCollectionView(collectionView: UICollectionView) -> Int { // // #warning Incomplete implementation, return the number of sections // // }
}