1. 给UIViewController类添加背景色,不要在 UITabBarController 中 添加。因为这样会导致 UIViewController 提前 创建出来。如果有5个。这五个都会提前创建。
2. 最好是在 每个 UIViewController 类中创建 其背景色。