UISegmentedControl is a class from UIKit in Apple iOS framework.
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 uisegmentedcontrolDoes anybody know of a way to customize the appearance of the string based UISegmentedControl? I am trying to set …
ios objective-c uisegmentedcontrolI am trying to change the height of UISegmentedcontrol, but it is not allowed in the Interface Builder. Is there …
ios uisegmentedcontrolIs there a way to change the number of segments programmatically?
ios uikit uisegmentedcontrolA UISegmentedControl has a new appearance in iOS 13 and existing code to alter the colors of the segmented control no …
ios uikit uisegmentedcontrol ios13I have a HMSegmentedControl with 4 segments. When it is selected, it should pop up view. And when the pop up …
ios swift uisegmentedcontrolI have a UISegmentedControl with two segments (index: 0 and 1) that I am trying to reset programmatically to 0. When I run …
ios xcode uisegmentedcontrolHow do I change the border color of the segmented controller in iOS7 without changing the text color? It would …
ios cocoa-touch ios7 uisegmentedcontrol uiappearanceHow to change font size and font name of uisegmentedcontrol programmatically? I used swift. Here is my code: self.mysegmentedControl = …
swift uisegmentedcontrolI want to add segmented control to the navigation bar but also keep the title and buttons, like in iOS 7 …
ios uinavigationbar uisegmentedcontrol