文字っぽいの。

文字を書いています。写真も混ざります。

iOS10でUIToolBarが半透明じゃなくなる問題対策

ここ読んだら書いてあった、

# swift3

toolbar.setBackgroundImage(UIImage(), forToolbarPosition: .any, barMetrics: .default)
toolbar.setShadowImage(UIImage(), forToolbarPosition: .any)
toolbar.isTranslucent = true

UITabBarUINavigationBar を透明(半透明)にしたいときも同じような処理が必要そうです(未調査)。