Releases: ServerDriven/ScreenData-swift
Releases · ServerDriven/ScreenData-swift
0.4.2
0.4.1
0.4.0
FontType
[email protected]
FontType
enum FontType: String {
case largeTitle
case title
case headline
case body
case footnote
case caption
}
label
font: FontType
ImageAspectScale
[email protected]
ImageAspectScale
enum ImageAspectScale: String {
case fit
case fill
}
SomeImage
aspectScale: ImageAspectScale
0.2.2
[email protected]
Style
- height
- width
ContainerView
- isScrollable
CustomView
All values should be Optional
ScreenData
Initial POC
Merge pull request #3 from ServerDriven/develop Develop