---
title: "What is the use of UISegmentedControl in iOS?"  
description: "What is the use of UISegmentedControl in iOS?"  
author: "Tarun Kumar"  
published: 2015-10-19  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/22867/what-is-the-use-of-uisegmentedcontrol-in-ios  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# What is the use of UISegmentedControl in iOS?

UISegmentedControl is a UI component, it provides the segmented options for the user to choose. And also each segment works like a button, it provide the facility to use text or image in the segment, but we can't use both. Its profit is that we can easily relate HTML radio button group with these segmented control.

## Answers

### Answer by Tarun Kumar

UISegmentedControl is a UI component, it provides the segmented options for the user to choose. And also each segment works like a button, it provide the facility to use text or image in the segment, but we can't use both. Its profit is that we can easily relate HTML radio button group with these segmented control.


---

Original Source: https://www.mindstick.com/interview/22867/what-is-the-use-of-uisegmentedcontrol-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
