Commit 8576197f by Daniel Dahan

development: issue-681: Fixed dropshadow - where by default the dropshadow image…

development: issue-681: Fixed dropshadow - where by default the dropshadow image was not being hidden
parent 546bd9c5
...@@ -289,6 +289,7 @@ open class NavigationBar: UINavigationBar { ...@@ -289,6 +289,7 @@ open class NavigationBar: UINavigationBar {
when subclassing. when subclassing.
*/ */
open func prepare() { open func prepare() {
barStyle = .black
isTranslucent = false isTranslucent = false
depthPreset = .depth1 depthPreset = .depth1
interimSpacePreset = .interimSpace3 interimSpacePreset = .interimSpace3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment