rearranged form field values
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
7c4e554267
commit
54a96e47b3
@ -60,10 +60,10 @@ class TileContainerViewController: BaseViewController {
|
|||||||
addFormRow(label: "Show Border", view: showBorderSwitch)
|
addFormRow(label: "Show Border", view: showBorderSwitch)
|
||||||
//addFormRow(label: "Show Drop Shadow", view: showDropShadowSwitch)
|
//addFormRow(label: "Show Drop Shadow", view: showDropShadowSwitch)
|
||||||
addFormRow(label: "Background Color", view: backgroundColorPickerSelectorView)
|
addFormRow(label: "Background Color", view: backgroundColorPickerSelectorView)
|
||||||
addFormRow(label: "Background Image", view: showBackgroundImageSwitch)
|
|
||||||
addFormRow(label: "Image Fallback Color", view: imageFallbackColorPickerSelectorView)
|
|
||||||
addFormRow(label: "Padding", view: paddingPickerSelectorView)
|
addFormRow(label: "Padding", view: paddingPickerSelectorView)
|
||||||
addFormRow(label: "Aspect Ratio", view: scalingTypePickerSelectorView)
|
addFormRow(label: "Aspect Ratio", view: scalingTypePickerSelectorView)
|
||||||
|
addFormRow(label: "Background Image", view: showBackgroundImageSwitch)
|
||||||
|
addFormRow(label: "Image Fallback Color", view: imageFallbackColorPickerSelectorView)
|
||||||
|
|
||||||
showBackgroundImageSwitch
|
showBackgroundImageSwitch
|
||||||
.publisher(for: .valueChanged)
|
.publisher(for: .valueChanged)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user