I have a custom UISegmentedControl with 2 sections and it is declared programmatically so I cannot use IB. I set a background image, tint, and a title. I need to have an image display in line with the title. If i set the image, the title disappears and vice versa.
I need a way to display both an image and the title in line on the segment. Any thoughts?