ScreenData

Logo

A Data Model structure for displaying UI Screens

View the Project on GitHub ServerDriven/ScreenData

ViewDirectionAxis

enum ViewDirectionAxis: String {
	case vertical
	case horizontal
}