|
@@ -1012,20 +1012,6 @@ class CCMainTabBarController : UITabBarController, UITabBarControllerDelegate {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-extension UITabBar {
|
|
|
-
|
|
|
-
|
|
|
- override open var traitCollection: UITraitCollection {
|
|
|
- if UIDevice.current.userInterfaceIdiom == .pad {
|
|
|
- return UITraitCollection(horizontalSizeClass: .compact)
|
|
|
- }
|
|
|
- return super.traitCollection
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
|
|
|
|
|
|
class NCNetworkingMain: NSObject, IMImagemeterViewerDelegate {
|