Skip to content

Releases: ServerDriven/ScreenData-swift

0.4.2

03 Apr 00:46
20e1b73

Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

12 May 01:06
12b9718

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

17 Feb 02:39
5fdd954

Choose a tag to compare

FontType

03 Feb 02:38
1a86c6c

Choose a tag to compare

[email protected]

FontType

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

label

font: FontType

ImageAspectScale

29 Jan 02:58
1aba08d

Choose a tag to compare

[email protected]

ImageAspectScale

enum ImageAspectScale: String {
 	case fit
 	case fill
 }

SomeImage

aspectScale: ImageAspectScale

0.2.2

22 Jan 02:24
1368485

Choose a tag to compare

[email protected]

Style

  • height
  • width

ContainerView

  • isScrollable

CustomView

All values should be Optional

ScreenData

08 Jan 15:00
a7e063b

Choose a tag to compare

Initial POC

18 Nov 02:10
2187d84

Choose a tag to compare

Merge pull request #3 from ServerDriven/develop

Develop