我正在为一个专门的计算器开发界面,我在IB中有以下设置:我使用了IB的“ContainerView”并将其设置为等于我的自定义ViewController“ButtonViewController”。然后,在我的ButtonViewController.m文件中,我有以下内容:-(void)viewDidLoad{[superviewDidLoad];self.view.backgroundColor=[UIColorcolorWithRed:0.75green:0.0blue:0.0alpha:1.0];NSLog(@"self.view.bounds.size.width:\t%f