Skip to content

Releases: ServerDriven/ScreenData

0.4.0

12 May 01:06
9275f90

Choose a tag to compare

Merge pull request #30 from ServerDriven/feature/Image-Local-Assets

Update image.md

Removed LabelledImage and Screen.subtitle

17 Feb 02:36
c5762f9

Choose a tag to compare

FontType

03 Feb 02:35
c23e323

Choose a tag to compare

FontType

enum FontType: String {
	case largeTitle
	case title
	case headline
	case body
	case footnote
	case caption
}

label

font: FontType

ImageAspectScale

29 Jan 02:44
910bb62

Choose a tag to compare

ImageAspectScale

enum ImageAspectScale: String {
 	case fit
 	case fill
 }

image

aspectScale: ImageAspectScale

0.1.2

22 Jan 02:22
af44c60

Choose a tag to compare

Style

  • height
  • width

ContainerView

  • isScrollable

CustomView

All values should be Optional

Added Spacer

08 Jan 14:59
94990cb

Choose a tag to compare

Spacer {
    size: Int

    type: ViewType = .spacer
}

Initial POC

13 Nov 23:59

Choose a tag to compare