Digital ACT-191 ONEAPP-10928 story: did set pinTrailing: false to all toggles
This commit is contained in:
parent
17a5db8c73
commit
5aefd665ed
@ -2,7 +2,7 @@
|
|||||||
// ModalViewController.swift
|
// ModalViewController.swift
|
||||||
// VDSSample
|
// VDSSample
|
||||||
//
|
//
|
||||||
// Created by Kanamarlapudi, Vasavi on 5/09/24.
|
// Created by Kanamarlapudi, Vasavi on 05/09/24.
|
||||||
//
|
//
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -38,18 +38,18 @@ class ModalViewController: BaseViewController<Modal> {
|
|||||||
|
|
||||||
override func setupForm(){
|
override func setupForm(){
|
||||||
super.setupForm()
|
super.setupForm()
|
||||||
addFormRow(label: "Disabled", view: disabledSwitch)
|
addFormRow(label: "Disabled", view: disabledSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Surface", view: surfacePickerSelectorView)
|
addFormRow(label: "Surface", view: surfacePickerSelectorView)
|
||||||
addFormRow(label: "Show Modal Footer", view: showFooterSwitch)
|
addFormRow(label: "Show Modal Footer", view: showFooterSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Full Screen Dialog", view: fullScreenDialogSwitch)
|
addFormRow(label: "Full Screen Dialog", view: fullScreenDialogSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Single Button", view: singleButtonSwitch)
|
addFormRow(label: "Single Button", view: singleButtonSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Hide Close Button", view: hideCloseSwitch)
|
addFormRow(label: "Hide Close Button", view: hideCloseSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Disable Animation", view: disableAnimationSwitch)
|
addFormRow(label: "Disable Animation", view: disableAnimationSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Disable Outside Click", view: disableOutsideSwitch)
|
addFormRow(label: "Disable Outside Click", view: disableOutsideSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Opened", view: openedSwitch)
|
addFormRow(label: "Opened", view: openedSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Modal Title", view: titleTextField)
|
addFormRow(label: "Modal Title", view: titleTextField)
|
||||||
addFormRow(label: "Modal Body", view: bodyTextField)
|
addFormRow(label: "Modal Body", view: bodyTextField)
|
||||||
addFormRow(label: "Enable Back Button", view: enableBackSwitch)
|
addFormRow(label: "Enable Back Button", view: enableBackSwitch, pinTrailing: false)
|
||||||
addFormRow(label: "Max Height", view: heightTextField)
|
addFormRow(label: "Max Height", view: heightTextField)
|
||||||
addFormRow(label: "Max Width", view: widthTextField)
|
addFormRow(label: "Max Width", view: widthTextField)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user