Commit eeecca8f authored by IOS-张 博's avatar IOS-张 博

修改文案细节

parent d01dcf03
......@@ -72,7 +72,7 @@
self.tableView.bounces = NO;
//设置tableview的header
UILabel *welcomeLabel = [UIView creatLabelWithSuperView:self.tableHeaderView title:@"欢迎使用真享生活" titleFontSize:[UIFont qg_regularFontOfSize:30] textColor:[UIColor textColor3333] alignment:NSTextAlignmentLeft];
UILabel *welcomeLabel = [UIView creatLabelWithSuperView:self.tableHeaderView title:@"欢迎登录真享生活" titleFontSize:[UIFont qg_regularFontOfSize:30] textColor:[UIColor textColor3333] alignment:NSTextAlignmentLeft];
[welcomeLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.left.equalTo(self.tableHeaderView).inset(40);
make.top.equalTo(self.tableHeaderView).inset(48);
......
......@@ -61,7 +61,7 @@
- (void)initNormalUI
{
//设置tableHeaderView
UILabel *welcomeLabel = [UIView creatLabelWithSuperView:self.tableHeaderView title:@"欢迎使用真享生活" titleFontSize:[UIFont qg_regularFontOfSize:30] textColor:[UIColor textColor3333] alignment:NSTextAlignmentLeft];
UILabel *welcomeLabel = [UIView creatLabelWithSuperView:self.tableHeaderView title:@"欢迎登录真享生活" titleFontSize:[UIFont qg_regularFontOfSize:30] textColor:[UIColor textColor3333] alignment:NSTextAlignmentLeft];
[welcomeLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.left.equalTo(self.tableHeaderView).inset(40);
make.top.equalTo(self.tableHeaderView).inset(48);
......
......@@ -79,7 +79,7 @@
}
}];
UILabel *label = [UILabel creatLabelWithSuperView:self.view title:@"为保护您的账号安全 请验证手机号" titleFontSize:[UIFont qg_lightFontOfSize:12.0f] textColor:UIColor.textColor3333 alignment:NSTextAlignmentLeft];
UILabel *label = [UILabel creatLabelWithSuperView:self.view title:@"为保护您的账号安全请验证手机号" titleFontSize:[UIFont qg_lightFontOfSize:12.0f] textColor:UIColor.textColor3333 alignment:NSTextAlignmentLeft];
label.numberOfLines = 0;
[label mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.equalTo(imageV.mas_top).offset(8);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment