Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
songhailiang authored Aug 5, 2016
1 parent 9f138d6 commit 7707c72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ A custom popup view。自定义弹出框。

# 使用方法
类似系统UIAlertController的用法:

1.实例化MGPopController
```objc
MGPopController *pop = [[MGPopController alloc] initWithTitle:@"恭喜您" message:@"获得一把拆宝箱钥匙" image:[UIImage imageNamed:@"image_key"]];
Expand All @@ -59,4 +60,9 @@ __weak __typeof(&*self)weakSelf = self

更多用法,请参见Demo!

# 未来计划
- 增加对输入框的支持


# 最后
Enjoy Yourself!!

0 comments on commit 7707c72

Please sign in to comment.