I'm using a UIToolbar across the top of my app.
When I constrain it to the safe area I get a black band at the top of the screen. So I set the background to the same color, but then I get a thin line at the top of the toolbar. How can I resolve this without the thin border around the toolbar? Is there a clean way to do it? Should I use a UIView instead of UIToolbar? Can I get this UI out of a UINavigationBar? What do Pages/Keynote/Numbers use for their toolbars?
When I move the toolbar to the bottom of the safe area, it is somehow smart and draws its color all the way to the bottom of the superview. It seems UIToolbar is meant to live at the bottom of the screen.
thanks!