So I want to rotate a subview x degrees (or at least 90 degrees). I want the subwiew to rotate around the subview\'s bottom right corner. Is it possible to do this animated like
CGAffineTransform transform = CGAffineTransformMakeRotation(angle); yourSubView.transform = transform;