File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Coding_iOS/Controllers/MeSetting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ - (void)viewDidLoad{
66
66
infoLabel.font = [UIFont systemFontOfSize: 12 ];
67
67
infoLabel.textColor = kColor666 ;
68
68
infoLabel.textAlignment = NSTextAlignmentCenter;
69
- infoLabel.text = [NSString stringWithFormat: @" 官网:https://coding.net \n E-mail:link @coding.net \n 微博:Coding \n 微信:扣钉Coding" ];
69
+ infoLabel.text = [NSString stringWithFormat: @" 官网:https://coding.net \n E-mail:support @coding.net \n 微博:Coding \n 微信:扣钉Coding\n QQ 群:617404718 " ];
70
70
[self .view addSubview: infoLabel];
71
71
72
72
[logoView mas_makeConstraints: ^(MASConstraintMaker *make) {
@@ -89,7 +89,7 @@ - (void)viewDidLoad{
89
89
[infoLabel mas_makeConstraints: ^(MASConstraintMaker *make) {
90
90
make.bottom .equalTo (self.view .mas_bottom ).offset (-infoLabelBottom);
91
91
make.left .right .mas_equalTo (self.view );
92
- make.height .mas_equalTo (5 *infoLabel.font .pointSize );
92
+ make.height .mas_equalTo (6 *infoLabel.font .pointSize );
93
93
}];
94
94
95
95
UITableView *tableView = [[UITableView alloc ] initWithFrame: self .view.bounds style: UITableViewStylePlain];
You can’t perform that action at this time.
0 commit comments