Tagged Questions
The uisegmentedcontrol tag has no wiki summary.
14
votes
5answers
6k views
Change font size of UISegmentedControl
Can anyone please tell me how can I change the font type and size of UISegmentedControl?
Thanks,
Aashutosh
14
votes
5answers
23k views
Custom UISegmentedControl
How do I make a custom UISegmentedControl?
I have 2 images, 1 that should be displayed when the segment is active and the other if the segment is inactive. Can i override the style or something so i ...
14
votes
4answers
15k views
How do I use a UISegmentedControl to switch views?
I'm trying to figure out how to use the different states of a UISegmentedControl to switch views, similar to how Apple does it in the App Store when switiching between 'Top Paid' and 'Top Free'.
13
votes
5answers
10k views
UISegmentedControl selected segment color
Is there any way to customize color of selected segment in UISegmentedControl?
I've found segmentedController.tintColor property, which lets me customize color of the whole segmented control.
The ...
13
votes
8answers
6k views
UISegmentedControl register taps on selected segment
I have a segmented control where the user can select how to order a list. Works fine.
However, I would like that when an already selected segment is tapped, the order gets inverted. I have all the ...
12
votes
1answer
679 views
UISegmentedControl change event not firing in iOS5
I have a UISegmentedControl whose "Value changed" event is wired up in Interface Builder to call my controller's -(IBAction)segmentChangeAction:(id)sender;
When the user taps on the control to change ...
9
votes
2answers
8k views
UISegmentedControl Best Practice
I'm trying to work out the "best" way to use a UISegmentedControl for an iPhone application. I've read a few posts here on stackoverflow and seen a few people's ideas, but I can't quite sort out the ...
9
votes
1answer
8k views
UISegmentedControl Color in a UIToolbar
My question revolves around the distinction of a UISegmentedController on a UINavigationBar vs a UIToolbar. If I drop a UISegmentedControl into a navigation bar as follows:
navigationBar.barStyle = ...
7
votes
1answer
5k views
UISegmentedControl, UIToolbar and UINavigationItem
I've create a UISegmentedControl and successfully attached it to my navigationItem.tableView.
But when I try instead to attach it to a UIToolbar, it blows up.
I'm sure I've seen UISegementedControls ...
4
votes
1answer
2k views
UISegmentedControl embedded in a UINavigationBar/Item
I would like to embed a UISegmentedControl somewhere in my UINavigationControllers topbar.
It is no problem embedding it in a UIBarButtonItem and setting it as the left or right barButtonItem.
I can ...
4
votes
5answers
1k views
UISegmentedControl in Mail app
How do I get a UISegmentedControl that is like the one in the Mail App, so that it is the same colour as UIToolbar buttons (as if both segments were in the selected state).
I want to use the ...
4
votes
3answers
3k views
Using a UISegmentedControl in the footer of UIPopoverController
In my iPad app Viewfinder (iTunes Link), I'm trying to recreate the look of a UISegmentedControl as seen in the footer of Keynote's Build In popover:
The iPad HIG suggests using a bottom-aligned ...
4
votes
3answers
4k views
UISegmentedControl - altering height in Interface Builder
I'm creating a number of static custom UITableViewCells and have dragged a UISegmentedControl onto one of the custom cells.
Whilst the segmented control allows me to alter its width I cannot alter ...
4
votes
5answers
6k views
UITableViewCell / UISegmentedControl border issue
I'm trying to get a UISegmentedControl in a group UITableViewCell much like in the wifi settings in the Setting Application. The problem I'm having is I'm getting a double border. I get one border for ...
3
votes
2answers
818 views
UISegmentedControl setSelectedSegmentIndex: without valueChanged Action
I'm setting the selectedSegmentIndex of an UISegmentedControl via code.
Whenever I do this the valueChanged action gets called. This sounds logical for me, but is there a way to set the selected ...
3
votes
3answers
5k views
How to define click event for UISegmentedControl in iphone?
I have implemented UISegmentedControl in my application. None of the button is selected in normal state. I want to implement button click event when first segment is selected and another event when ...
3
votes
2answers
4k views
How to set image to the UISegmentedControl in iphone?
I am new to iphone development.I have created UISegmentedControl having 2 segments. I want to to display images for each segment instead of title.Here is my code
NSArray *itemArray = [NSArray ...
3
votes
2answers
2k views
get string value from UISegmentedControl
How can I get the text value of a segment in a UISegmentedControl?
3
votes
1answer
2k views
What is the default fontsize, fontname and shadow for titles in Navigation Bar?
I'm trying to have a button on the self.navigationItem.rightButton that toggles a segmented control that is placed in self.navgivationItem.titleView .. this will however remove the title that is first ...
3
votes
1answer
5k views
adding segmented control with in the Navigation Bar
can anybody help with the code on how to add segmented control within the navigation bar....i have seen it on some applications and want to implement it
thanks
3
votes
4answers
3k views
UISegmentedControl Behaviour
A quick question about the UISegmentedControl class on the iPhone.
Hopefully, some may have noticed how in its default state with 2 segments, the segmented control still will toggle even if the user ...
2
votes
4answers
78 views
How to handle events of multiple segmented control in a single view
I have 2 segmented controls in my viewcontroller view. How can i handle the tap events of both the segmented controllers.
2
votes
1answer
146 views
MonoTouch: UISegmentedControl Select a segment that is already selected
I am attempting to use a UISegmentedControl to control the sort order of my table, in particular I want to register a tap on a segment that is already selected (to inverse my sort). As such, I am ...
2
votes
1answer
115 views
how to auto-stretch UISegmented Control horizontally to fill full UITableViewCell?
How to auto-stretch UISegmented Control horizontally to fill full UITableViewCell? In a manner in which it will auto-resize after an orientation change too.
I have tried the following however this ...
2
votes
0answers
491 views
How to customize UISegmentedControl font color and UIToolbar gradient?
It seems Apple's UIToolbar and some of the controls you can place on it, such as UISegmentedControl, allow very limited customization. For example, we want our toolbar to looks something like this ...
2
votes
5answers
165 views
Flipping between a standard and grouped style table via segmented control
I'm looking to use a UISegmentedControl to flip between two tables on the same view. One table (the default when the view is loaded) is grouped. The second table should be plain (non-grouped). The ...
2
votes
2answers
564 views
How can I calculate correct widths for UISegmentedControl segments?
I'm trying to use a UISegmentedControl but having trouble calculating the width of the segments. The control makes the segments all the same width which doesn't work for some titles, like this one:
...
2
votes
3answers
298 views
UISegmentedControl
I have placed an UISegmentedControl into my XIB file. Basically, when the the second tab of the control is tapped (aka segment 1, the first segment is segment 0), I want to unhide a text field. I know ...
2
votes
1answer
258 views
UISegmentedControl autoresizingMask not working
I placed a UISegmentedControl programmatically on the screen (stand-alone, not as part of a navigation bar) and set its autoresizingMask to UIViewAutoresizingFlexibleLeftMargin because I want it to ...
2
votes
1answer
522 views
UISegmentedControl Within UIToolBar
I know how to add a UISegmentedControl to a UIToolBar from within IB, but I am trying to do the same programically, because I am using a custom subclass of UISegmentedControl with doesn't have an XIB.
...
2
votes
1answer
459 views
how to disable part of uisegment control?
Following is the code for UISegmentedControl
UISegmentedControl *segmentedControl = [[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects: [UIImage imageNamed:@"down.png"], [UIImage ...
2
votes
1answer
451 views
Question about UISegmentedControl and UINavigationController
Hi
I got a problem. I try to create a project with Navigation-based Application.
When I press rightBarButtonItem push to next view.
And that view got a UISegmentedControl right on UINavigationBar.
...
2
votes
3answers
1k views
Obj-C iPhone UISegmentedControl in UITableView
I have 9 sections in my table (they get pulled from an array). In 4 sections, I'll have 1 row that pulls up a UIPickerView. In 5 of these sections, I'll need 5 different UISegmentedControls, with a ...
2
votes
1answer
486 views
UISegmentedcontrol to switch views in UITabbarcontroller
I am trying to switch between multiple different views using a UISegmentedControl. I found a really good example to do this in:
...
2
votes
3answers
618 views
2
votes
1answer
1k views
UISegmentedControl not centered on UINavigationController when added programmatically
I'm using the following code in my root view controller class implementation:
- (void)viewDidLoad
{
[super viewDidLoad];
NSArray *segmentTextContent = [NSArray arrayWithObjects:
...
2
votes
1answer
243 views
iOS Storing the UISegmentedControl selection in NSUserDefaults
Is there some way to store a UISegmentedControl value into NSUserDefaults?
Should I use it like the integer value in NSUserDefaults?
2
votes
0answers
545 views
Why are disabled UISegmentedControl segments drawn incorrectly on iOS 4.0+?
For some strange reason, on iOS 4.2.1 (and any iPhone OS after 4.0), using a UISegmentedControl as a UIBarButtonItem in a toolbar will leave disabled segments drawn incorrectly, like this:
The text ...
2
votes
2answers
379 views
UISegmentedControl like in iTunes/App Store apps
I'm trying to get a UISegmentedControl like is in the iTunes app and App store app,
where you select between Top Paid, Top Free and Top Grossing, its a bar style except more blue. It goes above a ...
2
votes
2answers
929 views
UISegmentedControl with Badge
Just like the tabbar, I want to show badge on UISegmentedControl. As i cant see any predefined methods for UISegmentedControl just like available for UITabBar.
I thought about adding the badge as ...
2
votes
1answer
507 views
make an uisegmentedcontrol in an uisrollview
I want to use a very large segmentedcontrol component so i had the idea to make it in a uiscrollview ..so by scrolling horizontally user can choose the appropriate item .
i wrote this code:
...
2
votes
1answer
978 views
UISegmentedControl like in the AppStore app
How can I get a UISegmentedControl (I think it is one) like in the AppStore app after you chose a category in the categories tab.
I do NOT mean a UISegmentedControl on a navigation bar but underneath ...
2
votes
3answers
1k views
Can I show an UISegmentedControl object in vertical?
Is there anyone who can teach me how to show an UISegmentedControl object in vertical direction, instead of in horizontal direction?
2
votes
2answers
4k views
UISegmentedControl custom background image
I have UINavigationBar setup as image - some wood texture. I want to insert UISegmentedControl with 4 buttons on that bar. Buttons should have same texture with slightly changed tint.
One solution ...
2
votes
1answer
695 views
UISegmented Contol set to Momentary Handler
This is probably a really simple question but I can't seem to find anything in the APIs or across any search engine.
I have a Segmented control that i have set to momentary as a user will select a ...
2
votes
3answers
968 views
UISegmentedControl not expanding size for navigation bar/very squished
Running through an iPhone SDK book and one of the examples has me creating a table and then later adding a UISegmentedControl to the table for sorting.
I dutifully did this in IB, and it looks great:
...
2
votes
2answers
3k views
UISegmentedControl delegate/Touch Events
I have a UISegmentedControl that has six segments, I want them to call a method when the value changes, but also when each segment gets a UIControlEventTouchDragIn because I want a UILabel to show up ...
2
votes
4answers
5k views
Using IB to add a UISegmentedControl to a NavigationBar
I'm current creating a UISegmentedControl programmatically in a view controller's viewDidLoad method and adding it to the view controller's navigation bar by assigning it to ...
2
votes
1answer
1k views
Shadow effect for UISegmentedControl?
I am using a UISegmentedControl with images that is in a UIBarButtonItem, which is itself in a UIToolbar. If I use an image for a "normal" UIBarButtonItem, a nice shadow effect is automatically ...
2
votes
2answers
2k views
How can I enable multiple segments of a UISegmentedControl to be selected?
Lets say my UISegmentedControl has 8 numbered segments. I would like for the user to be able to turn on 2, 3, or more of them at once. Toggling them. Essentially like a bits in a byte. Is this ...