๐Ÿ”ด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