# WHStoryMaker
**Repository Path**: dsym/WHStoryMaker
## Basic Information
- **Project Name**: WHStoryMaker
- **Description**: iOS 搭建“美图(贴纸,涂鸦,文字,滤镜)”,Image Edit
- **Primary Language**: Objective-C
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-05-23
- **Last Updated**: 2024-12-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## WHStoryMaker接入说明:
#### 1.引用头文件
```objective-c
#import "WHStoryMakerHeader.h"
```
#### 2.初始化
```objective-c
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.