






#import "BoxTooNameViewController.h"

@interface BoxTooNameViewController ()

@end

@implementation BoxTooNameViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.supplyModel.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.busyEpsilon = self.groupedSink;
}

- (void)viewWillAppear:(BOOL)animated {
    [super viewWillAppear:animated];
    UIEdgeInsets addTagType = [[DigitSongManager shared] irregularHerWindow].safeAreaInsets;
    addTagType.top    += 10;
    addTagType.left   += 10;
    addTagType.bottom += 10;
    addTagType.right  += 10;

    [self.view mas_makeConstraints:^(MASConstraintMaker *make) {
        make.edges.mas_equalTo(0);
    }];
    
    [self.supplyModel mas_makeConstraints:^(MASConstraintMaker *make) {
        make.edges.mas_equalTo(0);
    }];
}

@end
