Top "Uisegmentedcontrol" questions

UISegmentedControl is a class from UIKit in Apple iOS framework.

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 …

iphone uisegmentedcontrol
How to change the corner radius of UISegmentedControl?

Is it possible to change the corner radius of UISegmentedControl? I have tried the following approach which we use to …

ios cocoa-touch uiview uikit uisegmentedcontrol
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 display images for each segment …

iphone uiimage uisegmentedcontrol
Custom UISwitch with image

I need to implement a custom switch in a project. Currently what I have found is that we cannot alter …

iphone objective-c uisegmentedcontrol uiswitch
How to detect change in UISegmentedControl from a separate IBAction

I have a UISegmentedControl button with three segments. In ViewController.m this is working just fine -- pressing the buttons …

objective-c ios uisegmentedcontrol
UISegmentedControl below UINavigationbar in iOS 7

How do I make a UISegmentedControl as a part of an UINavigationBar below it? Is it connected to the UINavigationBar …

ios uinavigationbar uisegmentedcontrol
UISegmentedControl deselect (make none of the segments selected)

in fact the title contains my question. I have a UISegmentedControl, and need to deselect currently selected tab. I tried: […

iphone xcode uisegmentedcontrol iboutlet
Switching ViewControllers with UISegmentedControl in iOS5

I am trying something very simple but somehow I can't get it to work. All I try to do is …

ios uiviewcontroller uikit uisegmentedcontrol
How to set UISegmentedControl Tint Color for individual segment

Starting to learn Swift and am attempting to convert this ObjectiveC code: [[mySegmentedControl.subviews objectAtIndex:0] setTintColor:[UIColor blueColor]] This correctly …

swift uisegmentedcontrol