Parcourir la source

added navbar extension

nayooti il y a 5 ans
Parent
commit
05f659de70

+ 7 - 0
deltachat-ios/Extensions/UINavigationController+Extension.swift

@@ -0,0 +1,7 @@
+import UIKit
+
+extension UINavigationController {
+    func dcStyle() {
+        navigationBar.isTranslucent = false
+    }
+}