Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

macobss89

macrumors newbie
Original poster
Jun 5, 2011
11
0
hi,
I'm still new to the whole objective c programming, i need help.
i have attached a screenshot from an app i saw the other day.
I was wondering how can i make a tabbed view like the one in the picture?
I thought maybe using the segmented control??
also, i was wondering if there are any custom controls/plugins to use when developing an app?
thank you
 

Attachments

  • Screen Shot 2011-09-06 at 10.30.44 PM.png
    Screen Shot 2011-09-06 at 10.30.44 PM.png
    227.3 KB · Views: 111
I've never done anything like that before, but I'd probably try making a UISegmentedControl and just setting each button cell to have a custom image that looks like a tab.

If that didn't work I'd just make a UIButton with a custom background image.
 
If that didn't work I'd just make a UIButton with a custom background image.

This is probably more along the lines of how they implemented it. It's different enough from a UISegmentedControl that trying to shoehorn it into that would be more difficult than necessary.
 
This is probably more along the lines of how they implemented it. It's different enough from a UISegmentedControl that trying to shoehorn it into that would be more difficult than necessary.

Really? I thought it would fit a UISegmentedControl better than a bunch of UIButtons. UISegmentedControl automatically deselects segments when you select a different one, UIButtons don't.
 
Really? I thought it would fit a UISegmentedControl better than a bunch of UIButtons. UISegmentedControl automatically deselects segments when you select a different one, UIButtons don't.

Yes, but the appearance and visual behavior in general is significantly different.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.