This commit is contained in:
Kevin G Christiano 2020-08-27 12:55:09 -04:00
parent 906fcf9d01
commit 2439f5b7cc

View File

@ -8,7 +8,6 @@
@objcMembers public class ListThreeColumnInternationalData: TableViewCell { @objcMembers public class ListThreeColumnInternationalData: TableViewCell {
//----------------------------------------------------- //-----------------------------------------------------
// MARK: - Outlets // MARK: - Outlets
//----------------------------------------------------- //-----------------------------------------------------
@ -50,7 +49,6 @@
super.setupView() super.setupView()
addMolecule(stack) addMolecule(stack)
arrow.pinHeightAndWidth()
arrowAndLabel2Stack.restack() arrowAndLabel2Stack.restack()
stack.restack() stack.restack()
} }