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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
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.