/MemeMeApp1.0

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.

Primary LanguageSwift

MemeMeApp1.0

Project Overview

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.

What does it cover?

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.

What did I practice?

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