You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i want to use tzstackview on scrollview to add dynamic content .when i try to add multiple contents on
tzstackview it gives them equal heights. i'm adding tzstackview on scrollview
Hi,
i want to use tzstackview on scrollview to add dynamic content .when i try to add multiple contents on
tzstackview it gives them equal heights. i'm adding tzstackview on scrollview
var tzStackView: TZStackView!
override func viewDidLoad() {
super.viewDidLoad()
tzStackView = TZStackView(arrangedSubviews: createViews())
// tzStackView.backgroundColor = UIColor.redColor()
tzStackView.translatesAutoresizingMaskIntoConstraints = false
tzStackView.axis = .Vertical
tzStackView.distribution = .Fill
tzStackView.alignment = .Fill
tzStackView.spacing = 15
}
private func createViews() -> [UIView] {
}
i want tzstackview height same as scrollview.
The text was updated successfully, but these errors were encountered: