I would like to create a UIBarButtonItem on my iPhone application which has two "sections". Basically I would like to have functionality equivalent to the 'Today', 'This Week', and 'All' buttons that's in the 'Most Viewed' section of the YouTube iPhone app.
It doesn't look like this functionality was accomplished with multiple UIBarButtonItems since only one of the three "sections" can be selected at a time. Does anyone know how this was done?