Commit ded8db1f authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 87cb0e0e
......@@ -118,7 +118,7 @@
- (UIView *)footerView_style2{
if (!_footerView_style2) {
_footerView_style2 = [[UIView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, KScaleWidth(260))];
_footerView_style2 = [[UIView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, KScaleWidth(270))];
_footerView_style2.backgroundColor = self.view.backgroundColor;
_footer_firstView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, 200)];
......@@ -170,7 +170,7 @@
[self.phoneTF addTarget:self action:@selector(changedTextField:) forControlEvents:UIControlEventEditingChanged];
[_footerView_style2 addSubview:self.phoneTF];
[self.phoneTF mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.mas_equalTo(_footer_firstView.mas_bottom).mas_offset(KScaleWidth(30));
make.top.mas_equalTo(_footerView_style2.mas_top).mas_offset(KScaleWidth(140));
make.centerX.mas_equalTo(_footerView_style2);
make.size.mas_offset(CGSizeMake(KScaleWidth(310), KScaleWidth(50)));
}];
......
......@@ -707,7 +707,8 @@
self.tttCount = 0;
_ttt = [NSTimer scheduledTimerWithTimeInterval:4.0/self.initiallinepath.count target:self selector:@selector(animate) userInfo:nil repeats:YES];
// 4.0/self.initiallinepath.count
_ttt = [NSTimer scheduledTimerWithTimeInterval:0.15 target:self selector:@selector(animate) userInfo:nil repeats:YES];
[[NSRunLoop currentRunLoop] addTimer:_ttt forMode:NSRunLoopCommonModes];
}
......
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