一个新建的.xib文件(Xcode's Interface Builder),有一个默认的View,也就是self.view,是主视图
其他新建的View可以在viewDidLoad()函数中使用
[self.view addSubviews: self.otherView];添加到主视图中去