Here is How You Use the Segmented Control [UISegmentedControl]

Post image for Here is How You Use the Segmented Control [UISegmentedControl]

by mattjdrake on February 4, 2010

A segmented control displays a list of options that a user can choose from. Each segment sort of looks like a button; the segments remains “pressed” even after the user lifts his or her finger.

You can detect when a different segment is selected and also what corresponding value in an array (that you supply) is referenced by the selected segment. Here is an example…

[Read More]


Learh now to master app development

Please share this if you like it!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • FriendFeed
  • LinkedIn
  • MySpace
  • Ping.fm
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Yahoo! Bookmarks

Previous post: How To Use UIScrollView in Your iPhone App

Next post: iPood: What The iPad Means For Mobile Apps