UILabel *showLabel = [[UILabel alloc]init];
showLabel.backgroundColor = [UIColor redColor];
[self.navigationController.view insertSubview:showLabel belowSubview:self.navigationController.navigationBar];
时间: 2024-10-03 23:04:16
UILabel *showLabel = [[UILabel alloc]init];
showLabel.backgroundColor = [UIColor redColor];
[self.navigationController.view insertSubview:showLabel belowSubview:self.navigationController.navigationBar];