Skip to content

Releases: ServerDriven/ScreenData

0.4.0

Choose a tag to compare

@0xLeif 0xLeif released this 12 May 01:06
9275f90
Merge pull request #30 from ServerDriven/feature/Image-Local-Assets

Update image.md

Removed LabelledImage and Screen.subtitle

Choose a tag to compare

@0xLeif 0xLeif released this 17 Feb 02:36
c5762f9

Changes

FontType

Choose a tag to compare

@0xLeif 0xLeif released this 03 Feb 02:35
c23e323

FontType

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

label

font: FontType

ImageAspectScale

Choose a tag to compare

@0xLeif 0xLeif released this 29 Jan 02:44
910bb62

ImageAspectScale

enum ImageAspectScale: String {
 	case fit
 	case fill
 }

image

aspectScale: ImageAspectScale

0.1.2

Choose a tag to compare

@0xLeif 0xLeif released this 22 Jan 02:22
af44c60

Style

  • height
  • width

ContainerView

  • isScrollable

CustomView

All values should be Optional

Added Spacer

Choose a tag to compare

@0xLeif 0xLeif released this 08 Jan 14:59
94990cb
Spacer {
    size: Int

    type: ViewType = .spacer
}

Initial POC

Choose a tag to compare

@0xLeif 0xLeif released this 13 Nov 23:59