---
title: "What is the navigation controller?"  
description: "What is the navigation controller?"  
author: "Anonymous User"  
published: 2015-09-08  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/22810/what-is-the-navigation-controller  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# What is the navigation controller?

Navigation controller contains the stack of controllers every navigation controller must be having root view controller by default these controllers contain 2 method

1 push view

2 pop view

By default navigation controller contain "table view".

## Answers

### Answer by Anonymous User

Navigation controller contains the stack of controllers every navigation controller must be having root view controller by default these controllers contain 2 method

1 push view

2 pop view

By default navigation controller contain "table view".


---

Original Source: https://www.mindstick.com/interview/22810/what-is-the-navigation-controller

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
