sushushu

Results 5 comments of sushushu

切换自己的证书,直接command + R完事

``` [self.controlView.bottomPgrogress setBackgroundColor:[UIColor redColor]]; [self.controlView.bottomPgrogress mas_remakeConstraints:^(MASConstraintMaker *make) { make.left.right.equalTo(self.controlView); make.bottom.equalTo(self.controlView).offset(-50); make.height.offset(20); }]; ```

你们一般是直接拷贝代码进项目直接用吗?