Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 946 Bytes

File metadata and controls

9 lines (8 loc) · 946 Bytes

MemeApp1.0 - Project 2, Udacity iOS Developer Nanodegree.

With this first version of MemeMe, students will create an app that enables a user to take a picture, and add text at the top and bottom to form a meme.The user will be able to share the photo on Facebook and Twitter and also by SMS or email. MemeMe covers many of the major UI components found in essentially every app. It combines them with the camera and social media activity view to create a fun and personal user experience.

Concepts Learned

  • Accessing the Camera and Photo Album using the UIImagePickerController
  • Understood how Swift optionals, closures, collections, classes, structs and protocols are used in iOS apps
  • Creating Actions and Outlets with extremely high proficiency
  • Using a UIActivityViewController to share media with Facebook, Twitter, SMS, and Email
  • Describing the delegate pattern and give a full account of its importance and uses in iOS classes