Caret fix in table view cell
code condensing extra init functions
This commit is contained in:
parent
2ee0252cf6
commit
6b1b4bbd59
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -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"
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
"moleculeName" : "listRVImg",
|
||||||
|
"action" : {
|
||||||
|
"actionType" : "back"
|
||||||
|
},
|
||||||
|
"leftLabel" : {
|
||||||
|
"moleculeName" : "label",
|
||||||
|
"text" : "Hello Ryan!!!"
|
||||||
|
}
|
||||||
@ -0,0 +1,15 @@
|
|||||||
|
"rightLabel" : {
|
||||||
|
"moleculeName" : "label",
|
||||||
|
"text" : "heeeeyy"
|
||||||
|
},
|
||||||
|
"moleculeName" : "listRVWheel",
|
||||||
|
"wheel" : {
|
||||||
|
"moleculeName" : "circleProgress"
|
||||||
|
},
|
||||||
|
"leftLabel" : {
|
||||||
|
"moleculeName" : "label",
|
||||||
|
"text" : "Hello"
|
||||||
|
},
|
||||||
|
"action": {
|
||||||
|
"actionType": "back"
|
||||||
|
}
|
||||||
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user