I want to use the following cosmicmind code to display two view horizontally, but it's just show nothing, could somebody tell me what's wrong with it?
my ios version is 10.2, cosmicmind version is 2.6.3
Layout.horizontally(parent: self.view,
children: [leftImageView, rightImageView],
left: 20,
right: 20,
interimSpace: 15)