Weston Hanners
Weston Hanners
Should have a new link later tonight. Working out some kinks in our CD system.
We have our build in TestFlight review. Once the link is shared we can update this.
As a workaround you can add myStackView.layoutIfNeeded() in your animation block to animate the change. (This works on iOS 8) ``` @IBAction func touched(sender: UIButton) { UIView.animateWithDuration(0.2, animations: { ()...
in iOS9, it looks like hidden is an animatable property, but I would have to spike it to confirm. My code above simply animates the arrangement, the view still hides...
are we wanting the scale animation? or simply a fade? I think setting alpha alongside hidden should achieve that in iOS 8 wouldn't it? FYI, the above gif is from...