remove left

This commit is contained in:
Suresh, Kamlesh 2020-01-22 17:14:08 -05:00
parent 822180ec9f
commit 611246cb14
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@
import Foundation
public enum CheckboxPosition: String, Codable {
case left
case center
case top
case bottom

View File

@ -112,7 +112,6 @@
checkboxBottomConstraint?.isActive = true
checkboxTopConstraint?.isActive = false
checkboxCenterYConstraint?.isActive = false
case .left: break
}
}