소스 검색

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;