我在UITableViewController的子类中有以下代码。在iOS5.1下它工作正常,但在iOS6下,self.tableView为nil(在模拟器和真实设备上)。我做错了吗?为什么不在初始化后立即设置View?-(id)initWithStyle:(UITableViewStyle)style{self=[superinitWithStyle:style];if(self){UIView*bck=[[UIViewalloc]init];[bcksetBackgroundColor:[UIColorwhiteColor]];self.tableView.backgroundVi