Skip to content

Commit

Permalink
aboutUs
Browse files Browse the repository at this point in the history
  • Loading branch information
BigShow1949 committed Jul 15, 2016
1 parent e4c8bd8 commit ead1b73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion BigShow1949/Classes/YFAboutUsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ - (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];

UITextView *aboutUs = [[UITextView alloc] init];
NSString *viewText = @" 突然想总结点东西, 所以搞了个QQ群, 一起写一个APP, 涵盖主要知识点、动画、小项目,亦可成为开发者手中的速查手册。请加群:148279151(iOS高手在民间), 进群要求:1、需上传自己的个人作品, 可以是关于某个知识点, 或者是自己从网上找的一些不错的例子; 2、尽可能写全注释, 减少其他人阅读代码的时间; 3、为调用大家积极性,丰富app内容,进群作品请发邮箱:[email protected]";
NSString *viewText = @" 突然想总结点东西, 所以搞了个QQ群, 一起写一个APP, 涵盖主要知识点、动画、小项目,亦可成为开发者手中的速查手册。请加群:148279151(iOS高手在民间)";
aboutUs.editable = NO;
aboutUs.backgroundColor = [UIColor lightGrayColor];
aboutUs.frame = CGRectMake(0, 0, 300, 350);
Expand Down

0 comments on commit ead1b73

Please sign in to comment.