Преглед изворни кода

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;