@@ -30,8 +30,6 @@
-
-(void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated{
if (self.childViewControllers.count > 0) {
@@ -57,7 +57,7 @@
label.textAlignment = NSTextAlignmentCenter;
[viewOne addSubview:label];
+ label.text = @"33";
[label mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.equalTo(viewOne).offset(-6);