Merge branch 'bugfix/toggleAlignment' into 'develop'
Fix toggle alignment issue See merge request BPHV_MIPS/vds_ios!300
This commit is contained in:
commit
6df8932d5d
@ -208,8 +208,8 @@ open class Toggle: Control, Changeable, FormFieldable, ParentViewProtocol {
|
|||||||
|
|
||||||
//toggle
|
//toggle
|
||||||
toggleConstraints = [
|
toggleConstraints = [
|
||||||
toggleView.leadingAnchor.constraint(greaterThanOrEqualTo: leadingAnchor),
|
toggleView.leadingAnchor.constraint(equalTo: leadingAnchor),
|
||||||
toggleView.trailingAnchor.constraint(lessThanOrEqualTo: trailingAnchor)
|
toggleView.trailingAnchor.constraint(equalTo: trailingAnchor)
|
||||||
]
|
]
|
||||||
|
|
||||||
//toggle and label variants
|
//toggle and label variants
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user