Top "Uisegmentedcontrol" questions

UISegmentedControl is a class from UIKit in Apple iOS framework.

How to set selected segment index in UISegmentedControl?

I'm trying to avoid an app crash here... I have a button that will remove a segment from a UISegmentedControl. …

ios iphone-sdk-3.0 uisegmentedcontrol
Customizing the colors of a UISegmentedControl

Does anybody know of a way to customize the appearance of the string based UISegmentedControl? I am trying to set …

ios objective-c uisegmentedcontrol
iOS: change the height of UISegmentedcontrol

I am trying to change the height of UISegmentedcontrol, but it is not allowed in the Interface Builder. Is there …

ios uisegmentedcontrol
UISegmentedControl change number of segments programmatically

Is there a way to change the number of segments programmatically?

ios uikit uisegmentedcontrol
How to change the colors of a segment in a UISegmentedControl in iOS 13?

A UISegmentedControl has a new appearance in iOS 13 and existing code to alter the colors of the segmented control no …

ios uikit uisegmentedcontrol ios13
Swift handle action on segmented control

I have a HMSegmentedControl with 4 segments. When it is selected, it should pop up view. And when the pop up …

ios swift uisegmentedcontrol
Change UISegmentedControl selected index or value programmatically

I have a UISegmentedControl with two segments (index: 0 and 1) that I am trying to reset programmatically to 0. When I run …

ios xcode uisegmentedcontrol
How to change color of UISegmentedControl border in iOS7?

How do I change the border color of the segmented controller in iOS7 without changing the text color? It would …

ios cocoa-touch ios7 uisegmentedcontrol uiappearance
how to change font size and font name of uisegmentedcontrol programmatically on swift?

How to change font size and font name of uisegmentedcontrol programmatically? I used swift. Here is my code: self.mysegmentedControl = …

swift uisegmentedcontrol
Add segmented control to navigation bar and keep title with buttons

I want to add segmented control to the navigation bar but also keep the title and buttons, like in iOS 7 …

ios uinavigationbar uisegmentedcontrol