MaterialUIKit
Github
  • MaterialUIKit
  • Essentials
    • Configuring and Personalizing
    • Defining a Custom Color Schemes
  • Configuration and Color Schemes
    • MUIKitConfiguration
    • MUIKitColorScheme
  • Components
    • Action Button
      • ActionButtonStyle
    • Checkbox
    • Collection
      • CollectionStyle
    • Container
    • Date Selector
    • Dialog
    • Dialog Sheet
    • Dropdown Menu
      • Dropdown Menu Label
    • FAB
    • Icon Button
      • IconButtonStyle
    • Navigation Container
      • NavigationContainerHeaderStyle
      • Navigation Route
      • Navigation Route Label
    • Progress Bar
    • Radio Buttons Group
    • Search Box
    • Secure Text Box
    • Segmented Buttons
    • Separator
      • SeparatorOrientationStyle
    • Snackbar
    • Switch
    • Time Selector
    • Text Box
    • Tab Bar
      • TabBar Item
Powered by GitBook
On this page
  • Overview
  • Enumeration Cases
  1. Components
  2. Separator

SeparatorOrientationStyle

An enum representing orientation options for Separator.

Overview

The SeparatorOrientationStyle enum specifies the orientation of a separator. It can be either horizontal or vertical, allowing for flexible layout options in your UI. This helps you control the alignment and positioning of dividers used to separate sections or content in your SwiftUI views.

Enumeration Cases

Case
Description

horizontal

A horizontal separator.

vertical

A vertical separator.


PreviousSeparatorNextSnackbar

Last updated 10 months ago