
logoImage.contentMode = .ScaleAspectFit
self.stackView.addArrangedSubview(logoImage)
UIView.animateWithDuration(0.25, animations: {
self.stackView.layoutIfNeeded()
logoImage.contentMode = .ScaleAspectFit
self.stackView.addArrangedSubview(logoImage)
UIView.animateWithDuration(0.25, animations: {
self.stackView.layoutIfNeeded()
遇见资源网 objective-c ios9中 UIStackView的使用 http://www.ox520.com/17965.html