I am a bit new to iPhone development, and I am not sure if this might even be possible, but I have an app with the Tab Bar at the bottom. What I want to do is shrink the width of the bar.
In other words instead of the tab bar taking up the whole screen width I want it to take up the middle 70% (or so). Is this possible in iPhone at all?
I can't seem to change it in the .xib file, but thought maybe I could change it dynamically somehow. Really don't want to have to implement it from scratch.