---
title: "What is the use of UI Page Control in iOS?"  
description: "What is the use of UI Page Control in iOS?"  
author: "Tarun Kumar"  
published: 2015-10-27  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/22870/what-is-the-use-of-ui-page-control-in-ios  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# What is the use of UI Page Control in iOS?

UIPageViewController is one of the class in Cocoa Framework library that is used to creating and managing page controls. In iPhone or iPod devices we see a series of dots horizontally and these particular dots having its own link of page view.

Page control displays the number of open views and which one is currently visible, the currently viewed page is indicated by a white dot.

## Answers

### Answer by Tarun Kumar

UIPageViewController is one of the class in Cocoa Framework library that is used to creating and managing page controls. In iPhone or iPod devices we see a series of dots horizontally and these particular dots having its own link of page view.

Page control displays the number of open views and which one is currently visible, the currently viewed page is indicated by a white dot.


---

Original Source: https://www.mindstick.com/interview/22870/what-is-the-use-of-ui-page-control-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
