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.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.