I'm looking and trying to find a doc about creating something like a tabbed view but on the top of the screen. I believe it's a plug'n play component, so, can someone tell me please the name of this component?
Asked
Active
Viewed 49 times
0
-
1Please review the [iOS Human Interface Guidelines](https://developer.apple.com/ios/human-interface-guidelines/) document. – rmaddy Feb 21 '17 at 02:42
-
I can see it here https://developer.apple.com/ios/human-interface-guidelines/ui-controls/segmented-controls/ and here https://developer.apple.com/ios/human-interface-guidelines/ui-bars/navigation-bars/ and this link is broken to me https://developer.apple.com/reference/uikit/uisegmentedcontrol I can't understand yet how to apply or use it – Leandro De Mello Fagundes Feb 21 '17 at 02:47
-
Every one of those links works fine for me. – rmaddy Feb 21 '17 at 02:49
1 Answers
1
What you have circled there is a segmented control

RSon1234
- 394
- 4
- 14
-
So is the one with broken link https://developer.apple.com/reference/uikit/uisegmentedcontrol – Leandro De Mello Fagundes Feb 21 '17 at 02:47
-
-
Thanks man! With the name I found what I was looking for. Thanks a lot – Leandro De Mello Fagundes Feb 21 '17 at 02:49
-