Questions tagged [tzstackview]

TZStackView is a replica of iOS 9's new UIStackView for use in iOS 7 and iOS 8

2 questions
13
votes
2 answers

addArrangedSubview without animations

I add views to a TZStackView (which should be basically the same as a UIStackView, but with a fallback for older versions) like this: stackView.addArrangedSubview(subview) the stackView and the subview are of dynamic size (auto-layout) and resize…
Daniel
  • 20,420
  • 10
  • 92
  • 149
0
votes
1 answer

Importing TZStackView in an objective - c project

I am trying to use TZStackView due to limitations of UIStackView but since it's written in swift, I can't add it to my project which is Objective-c project. I've added swift class to objective-c projects before but this doesn't seem to work. I've…
NotABot
  • 516
  • 1
  • 8
  • 27