diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/Headers/H2.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/Headers/H2.json new file mode 100644 index 0000000..2f065c0 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/Headers/H2.json @@ -0,0 +1,12 @@ +"moleculeName":"headerH2", +"headlineBody": { + "moleculeName": "headlineBody", + "headline":{ + "moleculeName": "label", + "text":"x" + }, + "body":{ + "moleculeName": "label", + "text":"y" + } +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/DataBar.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/DataBar.json new file mode 100644 index 0000000..24f1703 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/DataBar.json @@ -0,0 +1,16 @@ +"rightLabel" : { + "moleculeName" : "label", + "text" : "heeeeyy" +}, +"moleculeName" : "listRVLine", +"bar" : { + "moleculeName" : "line", + "backgroundColor": "#FF00FF" +}, +"leftLabel" : { + "moleculeName" : "label", + "text" : "Hello" +}, +"action": { + "actionType": "back" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/CompareChanges.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/CompareChanges.json new file mode 100644 index 0000000..4c76917 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/CompareChanges.json @@ -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" + } +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/PriceDescription.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/PriceDescription.json new file mode 100644 index 0000000..18baf85 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/PriceDescription.json @@ -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" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/PriceDetails.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/PriceDetails.json new file mode 100644 index 0000000..bd1645a --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/TwoColumn/PriceDetails.json @@ -0,0 +1,9 @@ +"moleculeName" : "list2CTxtPrc1", +"leftLabel" : { + "moleculeName" : "label", + "text" : "Hello" +}, +"rightLabel" : { + "moleculeName" : "label", + "text" : "Hello" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/OneColumn/FullWidth.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/OneColumn/FullWidth.json new file mode 100644 index 0000000..3b549a3 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/OneColumn/FullWidth.json @@ -0,0 +1,9 @@ +"moleculeName" : "list1CTxtDiv3", +"headline" : { + "moleculeName" : "label", + "text" : "8.0 GB" +}, +"body" : { + "moleculeName" : "label", + "text" : "Verizon L data" +} diff --git a/UIContentMode+Extension.swift b/UIContentMode+Extension.swift new file mode 100644 index 0000000..6ce4ca2 --- /dev/null +++ b/UIContentMode+Extension.swift @@ -0,0 +1,8 @@ +// +// UIContentMode+Extension.swift +// +// +// Created by Scott Pfeil on 2/17/20. +// + +import Foundation