forked from BigShow1949/BigShow1949
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4c8bd8
commit ead1b73
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
Binary file modified
BIN
-282 Bytes
(100%)
...xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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); | ||
|