Wednesday, March 23, 2016

Meme Me! - Core Data Version
github.com/mikemdev40/MemeMe-V2.0-Core-Data

• Identical to MemeMe! (see details below) in functionality, but refactored to persist edited images using Core Data instead of NSKeyedArchiver.

Wednesday, March 2, 2016

On the Map
Udacity iOS Developer Nanodegree: Portfolio Project 3
github.com/mikemdev40/On-the-Map


 Network-based post-sharing app that allows users to log into their Udacity accounts and download posts of URLs made by other students.

• Users can view posts on map and in table, open shared URLs in Safari, and make, save, and share new posts.


• Custom client class manages user’s session and data by utilizing the NSURLSession class to make GET, POST, and DELETE requests to RESTful web APIs and parsing incoming JSON data.


• Features Facebook login, CoreLocation’s geocoding, MapKit, custom MKAnnotation-conforming class, and error handling.