Home>
I am currently studying Swift. It seems that Segmented Control only supports horizontal direction, but can I customize it to display vertically?
Supplemental information (FW/tool version etc.)Swift5
Xcode 10.3
-
Answer # 1
Related articles
- [swift5, ios-charts] i want to display a circle (round spot) in a specific place (value)
- wpf - i want to use xaml island to display an svg image in a uwp image control
- ios - i want to get the coordinates from the map and display them (swift)
- ios - i want to display the url acquired by photosframework in imageview
- i want to control the display of decimals to create a table in python3 pandas
- swift, ios app i want to control the behavior of a round uibutton i want to install a round button
- ios - [swift5] i want to automatically adjust the height of the uitableview header set in storyboard
- ios - what should i do when using parchment to display something on the screen?
- ios - i want to display the image selected in the album (camera roll) on the uiimageview installed in the customcell (using xib
- ios - i want to display the terms of use of webview only when the application is started for the first time
- swift - i want to put a tableview in the segmented control
- ios - can't display album photos in cell
- ios - please tell me about switching the segmented control table view
- [unity] unable to display test ad on ios
- ios - i want to display the contents of textfield specified in another file in label of transition destination
- i want to change the screen display for each model when creating an ios app with xcode
- ios - [rxswift] i want to display the textfield text on the label of the transition destination [mvvm]
- ios - i want to display the text of the label of the transition source in advance in the textfield in the cell
- ios - swift5 video playback
- ios - i want to display the initial text value of uitextfield in swiftui
Related questions
- ios - core bluetooth data exchange
- ios - thread 1: exception: error is displayed!
- ios - about processing when data could not be obtained by api
- ios - about the mechanism that can pass by value at the time of screen transition in segue
- ios - i want to display the initial text value of uitextfield in swiftui
- ios - it is about line breaks when using uitextview wrapped in swift ui
- ios - i want to return to the first initial screen after logging out
- ios - i want to load uitableview by pressing a button
- ios - swift completionhandler how to make your own closure
- [ios] effect of setting enable bitcode to false
Segmented Control is supported only in the horizontal direction by default.