This commit is contained in:
Pfeil, Scott Robert 2020-03-27 12:25:13 -04:00
parent 6b1b4bbd59
commit 3683d433af
7 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,12 @@
"moleculeName":"headerH2",
"headlineBody": {
"moleculeName": "headlineBody",
"headline":{
"moleculeName": "label",
"text":"x"
},
"body":{
"moleculeName": "label",
"text":"y"
}
}

View File

@ -0,0 +1,16 @@
"rightLabel" : {
"moleculeName" : "label",
"text" : "heeeeyy"
},
"moleculeName" : "listRVLine",
"bar" : {
"moleculeName" : "line",
"backgroundColor": "#FF00FF"
},
"leftLabel" : {
"moleculeName" : "label",
"text" : "Hello"
},
"action": {
"actionType": "back"
}

View File

@ -0,0 +1,47 @@
"moleculeName" : "list2CCmpr1",
"leftHeadline1" : {
"moleculeName" : "label",
"text" : "Hello"
},
"leftHeadline2" : {
"moleculeName" : "label",
"text" : "Hello"
},
"leftHeadline3" : {
"moleculeName" : "label",
"text" : "Hello"
},
"leftBody" : {
"moleculeName" : "label",
"text" : "Hello"
},
"leftLink" : {
"moleculeName" : "label",
"title" : "Hello",
"action": {
"actionType": "back"
}
},
"rightHeadline1" : {
"moleculeName" : "label",
"text" : "Hello"
},
"rightHeadline2" : {
"moleculeName" : "label",
"text" : "Hello"
},
"rightHeadline3" : {
"moleculeName" : "label",
"text" : "Hello"
},
"rightBody" : {
"moleculeName" : "label",
"text" : "Hello"
},
"rightLink" : {
"moleculeName" : "label",
"title" : "Hello",
"action": {
"actionType": "back"
}
}

View File

@ -0,0 +1,17 @@
"moleculeName" : "list2CTxtPrc1",
"leftHeadline" : {
"moleculeName" : "label",
"text" : "Hello"
},
"leftBody" : {
"moleculeName" : "label",
"text" : "Hello"
},
"rightLabel" : {
"moleculeName" : "label",
"text" : "Hello"
},
"rightSubLabel" : {
"moleculeName" : "label",
"text" : "Hello"
}

View File

@ -0,0 +1,9 @@
"moleculeName" : "list2CTxtPrc1",
"leftLabel" : {
"moleculeName" : "label",
"text" : "Hello"
},
"rightLabel" : {
"moleculeName" : "label",
"text" : "Hello"
}

View File

@ -0,0 +1,9 @@
"moleculeName" : "list1CTxtDiv3",
"headline" : {
"moleculeName" : "label",
"text" : "8.0 GB"
},
"body" : {
"moleculeName" : "label",
"text" : "Verizon L data"
}

View File

@ -0,0 +1,8 @@
//
// UIContentMode+Extension.swift
//
//
// Created by Scott Pfeil on 2/17/20.
//
import Foundation