Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzhijian authored Jan 24, 2018
1 parent a7b55d8 commit 17c959f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZJUIKitTool
MVVM模式设计的图文混排评论列表模式,简单可随意更改的筛选视图,后期会不断完善,以及各个控件的封装,Block回调可以简单快速创建和使用Masonry布局,以及实现方法。还包括许多工具类的封装。
MVVM模式设计的图文混排评论列表,简单可随意更改的筛选视图,后期会不断完善,以及各个控件的封装,Block回调可以简单快速创建和使用Masonry布局,以及实现方法。还包括许多工具类的封装。
比如快速创建一个按钮,并实现点击事件:

[UIButton zj_buttonWithTitle:@"评论列表" titleColor:kWhiteColor backColor:kOrangeColor fontSize:16 isBold:YES cornerRadius:3 supView:self.view constraints:^(MASConstraintMaker *make) {
Expand All @@ -11,4 +11,4 @@ MVVM模式设计的图文混排评论列表模式,简单可随意更改的筛
NSLog(@"这是按钮的点击事件");
}];

请各位大神多多指教
请各位大神多多指教,多多支持点个Star。

0 comments on commit 17c959f

Please sign in to comment.