An open API service indexing awesome lists of open source software.

https://github.com/logancyang/mememe

iOS App: MemeMe
https://github.com/logancyang/mememe

Last synced: about 1 year ago
JSON representation

iOS App: MemeMe

Awesome Lists containing this project

README

          

A meme-generating app which enables users to attach captions to a picture.

- Users can pick the image from Photo Album or Camera, and view the saved memes in a grid
(collection view) or a list (table view).
- Once a meme is generated, users can choose to save it locally or share it via SMS, email, or social media such as
Facebook, Twitter, etc.

Notes for this app:

- [UIKit Fundamentals I: Actions & Outlets, Presenting ViewControllers, Delegates](http://loganyc1934.github.io/coding/ios/2015/10/05/ios-app-mememe/)
- [UIKit Fundamentals II: Table View](http://loganyc1934.github.io/coding/ios/2015/10/06/uikitii-tableview/)
- [UIKit Fundamentals II: Navigation, Collection View, Tab View](http://loganyc1934.github.io/ios/coding/2015/10/15/uikitii-navigation)