Porting an application to the ipad and in the landscape tabs seems a bit rare, so the idea of โโseparating tabs (6 of them) and inserting an image between them.
I am currently using TabBarKit
, and it does everything and everything that UITabbar
does, but thatโs what Iโm kind of stuck with. Could not find a way to insert a blank space, either an image or a UIView
(the background is already an image)?
What I have done so far is to programmatically add a few extra tabs and set the image to zero and remove user interaction. (I found this solution in another stackoverflow, but this is not an ideal solution).
I know that UIToolbar
has a flexible space element, but when I tried to use it as a tab bar item
, it caused some problems.
So, if anyone has any ideas on how to insert a view, empty space, etc. in the tab bar, we will be very grateful.
UPDATE
Begin generosity because I'm interested in knowing if this can be done or not. There is a lot of space in the landscape view of the iPad, and I was asked to put the image in the middle, breaking the buttons.
If the application is rejected, then more than me will deceive. Any examples, examples, suggestions, tips were highly appreciated.
Image example: 
Elmo source share