Hi all,
My app has a UIToolbar at the bottom of the screen. (I put it there programatically with Obj-C, I don't use IB.)
On the iPhone X, the toolbar is partially covered with the "swipe up handle."
So I want to make the toolbar taller and move the buttons to the top so it looks like the toolbars in Apple's apps when running on the iPhone X.
I can make the toolbar taller no problem, but the buttons stay in the middle of the bar, which just looks weird.
Does anybody know how you're supposed to handle this?
Sorry if this question has been asked a million times. I've spent the last half hour trying to Google it and have made no progress.
Thanks in advance for any help!!