Top "Uisegmentedcontrol" questions

UISegmentedControl is a class from UIKit in Apple iOS framework.

How do I set the accessibility label for a particular segment of a UISegmentedControl?

We use KIF for our functional testing, and it uses the accessibility label of elements to determine where to send …

ios accessibility uisegmentedcontrol kif-framework
How to dismiss UIActionSheet with close button and avoid crash?

I have read on another post (how to dismiss action sheet) that I can use [actionSheet dismissWithClickedButtonIndex:0 animated:YES]; to …

objective-c xcode uipickerview uisegmentedcontrol uiactionsheet
How to display only bottom border for selected item in UISegmentedControl?

I'm extremely new to iOS development and ran into some trouble while building an app for a course. I created …

ios swift3 instagram uisegmentedcontrol
How to change UISegmentcontrol font and selected segment colour?

Possible Duplicate: UISegmentedControl selected segment color UISegmentcontrol appearances causing issues Hi i will like to change the default UISegmentControl font …

iphone ios xcode uisegmentedcontrol
UISegmentedControl image scaling

How can I scale down the images used in a UISegmentedControl? I am creating the segmented control programmatically: UISegmentedControl * segmentButton; …

image ios scaling uisegmentedcontrol
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 …

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

iphone uisegmentedcontrol uitoolbar uinavigationitem
UISegmentedControl with badge number

Just like the tabbar, I want to show badge on UISegmentedControl. As I cant see any predefined methods for UISegmentedControl …

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

iphone ipad uisegmentedcontrol uipopovercontroller hig
Swift how to set default text color for UISegmentedControl?

I want to set colors for the text and background of UISegmentedControl. So I've four colors to set, the default …

ios swift iphone xcode uisegmentedcontrol