项目作者: andrecrimb

项目描述 :
Create a meme with a image and some text
高级语言: Swift
项目地址: git://github.com/andrecrimb/meme-creator-app.git
创建时间: 2018-01-19T16:32:23Z
项目社区:https://github.com/andrecrimb/meme-creator-app

开源协议:

下载


ioMeme

The ioMeme is result of UIKit Fundamentals lesson of Udacity’s iOS Developer Nanodegree course.

ioMeme is a meme-generating app that enables a user to attach a caption to a picture from their phone.
After adding text to an image chosen from the Photo Album or Camera, the user can share it with friends.
MemeMe also temporarily stores sent memes which users can browse in a table or a grid.

MemeTable
MemeMainVC

Implementation

The app has three view controller scenes:

  • EditorController - consists of an image view overlaid by two text fields, one near the top and one near the bottom of the image. To create meme user should pick photo from the camera or existing photo album.

  • TableController and CollectionController - displays recently sent memes. It has a bottom toolbar with tabs that allow the user to toggle between viewing sent memes in a table and viewing them in a grid.

  • PreviewController - displays the selected meme in an image view in the center of the page with the meme’s original aspect ratio. User also be able to share or save meme as file by clicking the appropriate button in the navigation bar.

Requirements

  • Xcode 9.2
  • Swift 4.0

License

Copyright (c) 2018 André Rosa