浏览代码

animation tab bar controller

Marino Faggiana 8 年之前
父节点
当前提交
6458b3f9c1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      iOSClient/Main/CCMainTabBarController.swift

+ 1 - 0
iOSClient/Main/CCMainTabBarController.swift

@@ -60,6 +60,7 @@ class CCMainTabBarController : UITabBarController, UITabBarControllerDelegate {
         
         // Add the toView to the tab bar view
         fromView.superview?.addSubview(toView)
+        fromView.superview?.backgroundColor = UIColor.white
         
         // Position toView off screen (to the left/right of fromView)
         let screenWidth = UIScreen.main.bounds.size.width;