ここ読んだら書いてあった、
- iOS 10 GM Seed Release Notes.pages
- ios - How to draw a transparent UIToolbar or UINavigationBar in iOS7 - Stack Overflow
# swift3 toolbar.setBackgroundImage(UIImage(), forToolbarPosition: .any, barMetrics: .default) toolbar.setShadowImage(UIImage(), forToolbarPosition: .any) toolbar.isTranslucent = true
UITabBar
や UINavigationBar
を透明(半透明)にしたいときも同じような処理が必要そうです(未調査)。