Jul 25, 2017 · 1 min read
Love this post!
let upArrowConstraints = CGPoint(x: originalCenter.x — 20, y: movingCell.frame.top — 20)
movingCell.frame doesn’t have top property for me?
Love this post!
let upArrowConstraints = CGPoint(x: originalCenter.x — 20, y: movingCell.frame.top — 20)
movingCell.frame doesn’t have top property for me?