🔴Position

(1) original (2) offset (3) offset with background (4) position

.position()

  • absolute position in its parent’s coordinate space.

  • will change frame and become a "push-out" view.

.offset()

  • relative to its original position.

  • won't change frame.

Last updated

Was this helpful?