Top "Uisegmentedcontrol" questions

UISegmentedControl is a class from UIKit in Apple iOS framework.

UISegmentedControl setTitleTextAttributes does not work

So I tried to change the text attribute of the title of my UISegmentedControl, but it doesn't work, nothing change. …

ios uisegmentedcontrol
How to prevent backgroundColor of UISegmentedControl bleeding beyond segmented border

I've noticed that when I set a color for UISegmentedControl.backgroundColor, the color bleeds beyond the edges of the control (…

ios uisegmentedcontrol
How to Set tint color of text only of selected segment using Swift?

I have used following code to set background of UISegmentedControl. homeSegment.setDividerImage(UIImage(named: "seperator.png"), forLeftSegmentState: UIControlState.Normal, rightSegmentState: …

ios swift uisegmentedcontrol
Is it possible to use a Segmented Control to change the view?

i want to use a segmented control instead of a UITabBar controller to change the view. Is that in accordance …

objective-c iphone uisegmentedcontrol hig
Two lines of text in a UISegmentedControl

Try as I might, I can't solve a UISegmentedControl bug for an iOS7 iPhone app. When I create the segmented …

ios uilabel uisegmentedcontrol uiinterfaceorientation
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 …

ipad ios uisegmentedcontrol uinavigationitem
Scroll dynamic UISegmentedControl in Swift 3

Hi i want to create a dynamic UISegmented View with more than 20 Items. I tried it, but the output is …

ios swift uisegmentedcontrol human-interface
Scope Bar for UITableView like App Store?

Does anyone know how to add a scope bar to a UITableView? The App Store app does this sometimes, like …

ios uitableview uisearchbar uisegmentedcontrol