Top "Uisegmentedcontrol" questions

UISegmentedControl is a class from UIKit in Apple iOS framework.

Color Tint UIButton Image

I noticed that when I place a white or black UIImage into a UISegmentedControl it automatically color masks it to …

ios iphone uibutton ios7 uisegmentedcontrol
How to fix Error: this class is not key value coding-compliant for the key tableView.'

I made an app with Table View and Segmented Control, and this is my first time. I'm using some code …

swift uitableview uisegmentedcontrol
Change font size of UISegmentedControl

Can anyone please tell me how can I change the font type and size of UISegmentedControl?

ios iphone cocoa-touch font-size uisegmentedcontrol
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 …

ios objective-c iphone uisegmentedcontrol
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 …

iphone colors uisegmentedcontrol
How to programmatically add a UISegmentedControl to a container view

How would I define the frame for a UISegmentedControl? I would like the segmented control to appear at the bottom …

ios objective-c iphone swift uisegmentedcontrol
Define click event for UISegmentedControl

I have added a UISegmentedControl in my application. None of the buttons are selected in normal state. I want to …

ios cocoa-touch uisegmentedcontrol
How to change font color of UISegmentedControl

I try to change font color from white to black for UISegmentedControl (for iOS 4.*) UISegmentedControl *button = [[[UISegmentedControl alloc] initWithItems:[NSArray …

iphone objective-c cocoa-touch uisegmentedcontrol
Custom UISegmentedControl

How do I make a custom UISegmentedControl? I have 2 images, 1 that should be displayed when the segment is active and …

iphone objective-c cocoa-touch uikit uisegmentedcontrol
get string value from UISegmentedControl

How can I get the text value of a segment in a UISegmentedControl?

ios iphone uisegmentedcontrol