Top "Uisegmentedcontrol" questions

UISegmentedControl is a class from UIKit in Apple iOS framework.

Getting access to a UISegementedControl in Swift

I have been playing with the UISegmentedControl and want to manage it as needed. I've created it on the storyboard, …

ios swift uisegmentedcontrol
How to get value from segmented control to know which one was picked

I want to be able to use a segmented control, but I don't know how to get the value for …

ios objective-c uisegmentedcontrol
UISegmentedControl setImage: Bug in iOS7

I have a UISegmentedControl in my app. As of iOS7 GM, the images I use are not showing up when …

objective-c cocoa-touch uisegmentedcontrol ios7
Swift: Background color change in selected segment of UISegmentControl

In my Swift app, I dont know how to change BGColor for selected segment alone, in UISegmentControl. I have tried …

swift uisegmentedcontrol
Change width of a segmented control based on titles in each segment?

Starts like this, which I like: But then I add a segment and this happens: The width is set in …

ios objective-c user-interface width uisegmentedcontrol
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 …

iphone uisegmentedcontrol
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 …

iphone sdk uisegmentedcontrol
How to tint the background images of an UIButton programmatically and dynamically?

I am working on an app - or rather on some re-usable "framework" which I am happy to share once …

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

iphone ios uisegmentedcontrol uifont
How to deselect a segment in Segmented control button permanently till its clicked again

I have a UISegmentedControl with 4 segments. When it is selected, it should maintain the selected state. When the same segment …

ios objective-c uibutton uisegmentedcontrol