I have seen many examples of the raised center button on a UITabBar
, most being just a UIButton
placed over the top but all of these need coding on every view, Is there a way of creating this without having to program every view so it will appear on every screen, perhaps something in the app delegate?
I want to achieve a UITabBar
with a raised circle in the center.