Re: Autolayout Animation in UITableViewCell

2014-06-16 Thread Ken Thomases
On Jun 16, 2014, at 8:33 AM, Mazzaroth M. wrote: > I have two labels in a tableview cell, where the initial state is the > labels are 10 points from the margin(leading edge). I'd like to animate the > labels so that their margins animate to 70 points from the left margin. > The 02 project stores

Autolayout Animation in UITableViewCell

2014-06-16 Thread Mazzaroth M.
Hi all, I'm attempting to do animation with programmatic autolayout inside a UITableViewCell (iOS 7). I think I'm pretty close, but the animation is not what I expect. I have two labels in a tableview cell, where the initial state is the labels are 10 points from the margin(leading edge). I'd lik