CRBoxInputView icon indicating copy to clipboard operation
CRBoxInputView copied to clipboard

页面上移

Open liuyong opened this issue 4 years ago • 0 comments

self.edgesForExtendedLayout = UIRectEdgeNone; 当输入完验证码后,页面会上移

主要代码: self.edgesForExtendedLayout = UIRectEdgeNone; ... [_boxInputView mas_makeConstraints:^(MASConstraintMaker *make) { make.top.mas_equalTo(120); make.right.mas_equalTo(-20); make.left.mas_equalTo(20); make.height.mas_equalTo(50); }];

liuyong avatar Dec 15 '20 07:12 liuyong