Caret fix in table view cell

code condensing
extra init functions
This commit is contained in:
Pfeil, Scott Robert 2020-02-21 09:27:30 -05:00
parent 2ee0252cf6
commit 6b1b4bbd59
5 changed files with 105 additions and 0 deletions

View File

@ -0,0 +1,26 @@
"checkbox" : {
"moleculeName" : "checkbox"
},
"moleculeName" : "listLVCB",
"eyebrowHeadlineBodyLink" : {
"moleculeName" : "eyebrowHeadlineBodyLink",
"eyebrow" : {
"moleculeName" : "label",
"text" : "Hello"
},
"headline" : {
"moleculeName" : "label",
"text" : "Hello"
},
"body" : {
"moleculeName" : "label",
"text" : "Hello"
},
"link" : {
"moleculeName" : "link",
"title" : "Hello",
"action": {
"actionType":"back"
}
}
}

View File

@ -0,0 +1,22 @@
"moleculeName": "listLVImg",
"leftLabel": {
"moleculeName": "label",
"text": "Lorem ipsum"
},
"rightLabel": {
"moleculeName": "label",
"text": "Label"
},
"image": {
"moleculeName": "image",
"image": "imageName_PayPal_logo"
},
"action" : {
"disabled" : false,
"analyticsData" : {
},
"title" : "Manage plan",
"actionType" : "openPage",
"pageType" : "planLanding"
}

View File

@ -0,0 +1,8 @@
"moleculeName" : "listRVImg",
"action" : {
"actionType" : "back"
},
"leftLabel" : {
"moleculeName" : "label",
"text" : "Hello Ryan!!!"
}

View File

@ -0,0 +1,15 @@
"rightLabel" : {
"moleculeName" : "label",
"text" : "heeeeyy"
},
"moleculeName" : "listRVWheel",
"wheel" : {
"moleculeName" : "circleProgress"
},
"leftLabel" : {
"moleculeName" : "label",
"text" : "Hello"
},
"action": {
"actionType": "back"
}

View File

@ -0,0 +1,34 @@
"moleculeName" : "list3CHBDiv",
"leftHeadlineBody" : {
"moleculeName": "headlineBody",
"headline" : {
"moleculeName" : "label",
"text" : "8.0 GB"
},
"body" : {
"moleculeName" : "label",
"text" : "Verizon L data"
}
},
"centerHeadlineBody" : {
"moleculeName": "headlinebody",
"headline" : {
"moleculeName" : "label",
"text" : "2.0 GB"
},
"body" : {
"moleculeName" : "label",
"text" : "Additional data"
}
},
"rightHeadlineBody" :{
"moleculeName": "headlinebody",
"headline" : {
"moleculeName" : "label",
"text" : "10.0 GB"
},
"body" : {
"moleculeName" : "label",
"text" : "Additional data"
}
}