/WHStoryMaker

iOS 搭建“美图(贴纸,涂鸦,文字,滤镜)”,Image Edit

Primary LanguageObjective-C

WHStoryMaker

iOS 搭建美图——贴纸,涂鸦,文字,滤镜

StoryMaker.gif

小姐姐有没有很好看!是不是该点一波Star!(无耻,滚粗。。)( ̄ε(# ̄)☆╰╮o( ̄皿 ̄///)

目前美图有四个功能:

贴纸 | 涂鸦 | 文字 | 滤镜

WHStoryMaker接入说明:

1.引用头文件

#import "WHStoryMakerHeader.h"

2.初始化

StoryMakeImageEditorViewController *storyMakerVc = [[StoryMakeImageEditorViewController alloc] initWithImage:image];
[self presentViewController:storyMakerVc animated:YES completion:nil];

在初始化的时候传入 Image

License

WHStoryMaker is released under the MIT license. See LICENSE for details.