Skip to content

Commit

Permalink
关于我们 - 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghengheng committed Apr 19, 2018
1 parent 43dc9fa commit f339848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Coding_iOS/Controllers/MeSetting/AboutViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ - (void)viewDidLoad{
infoLabel.font = [UIFont systemFontOfSize:12];
infoLabel.textColor = kColor666;
infoLabel.textAlignment = NSTextAlignmentCenter;
infoLabel.text = [NSString stringWithFormat:@"官网:https://coding.net \nE-mail:link@coding.net \n微博:Coding \n微信:扣钉Coding"];
infoLabel.text = [NSString stringWithFormat:@"官网:https://coding.net \nE-mail:support@coding.net \n微博:Coding \n微信:扣钉Coding\nQQ 群:617404718"];
[self.view addSubview:infoLabel];

[logoView mas_makeConstraints:^(MASConstraintMaker *make) {
Expand All @@ -89,7 +89,7 @@ - (void)viewDidLoad{
[infoLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.bottom.equalTo(self.view.mas_bottom).offset(-infoLabelBottom);
make.left.right.mas_equalTo(self.view);
make.height.mas_equalTo(5*infoLabel.font.pointSize);
make.height.mas_equalTo(6*infoLabel.font.pointSize);
}];

UITableView *tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];
Expand Down

0 comments on commit f339848

Please sign in to comment.