https://github.com/logancyang/mememe
iOS App: MemeMe
https://github.com/logancyang/mememe
Last synced: about 1 year ago
JSON representation
iOS App: MemeMe
- Host: GitHub
- URL: https://github.com/logancyang/mememe
- Owner: logancyang
- Created: 2015-08-19T21:52:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T21:55:51.000Z (over 10 years ago)
- Last Synced: 2025-02-08T13:43:07.785Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)