# Page control This control is designed to be a drop-in replacement for `UIPageControl`, with a user experience influenced by Material Design specifications for animation and layout. The API methods are the same as a `UIPageControl`, with the addition of a few key methods required to achieve the desired animation of the control.
An animation demonstrating a page control alternating between three pages.
- - - ## Overview screenshot-1 Page control showing current page in resting state. screenshot-2 Page control showing animated track with current page indicator positioned along the track. screenshot-3 Page control showing new current page. ## Installation - [Typical installation](../../../docs/component-installation.md) ## Usage - [Typical use](typical-use.md) - [Differences from UIPageControl](differences-from-uipagecontrol.md) ## Extensions - [Color Theming](color-theming.md)