I have done a lot of research and read a lot of posts here on this subject. Nothing has seemed to work for my needs. Here's what I need.
I have a free version and a paid version of my app. When the paid version loads, I need 3 UIBarButtons on my UIToolBar. When the Free version loads I need 4 UIBarButtons. On the far right barButton, I need the tint Blue, while the rest are default black. And I'm assuming the flexible space between them to even them out. I've tried doing this through IB, but I can't seem to get it to work with the spacing correct. As you can see, the bottom toolbar with 3 buttons are not spaced evenly with the toolbar. Any help would be great! (I would like to do this programmically)


#ifdef LITE_VERSION
#else
[buyButton removeFromSuperview];
#endif
