I am developing an iPad app. I want to show a UISegmentedControl with both image and text in each segment. Is it possible to do so?. Please clarify.
Thanks in advance.
I am developing an iPad app. I want to show a UISegmentedControl with both image and text in each segment. Is it possible to do so?. Please clarify.
Thanks in advance.
Check this Answer for a Two-Line-SegmentControl. Just put UIImageViews instead of additional UILabels in the segments.