---
title: "What are the life cycle of UIViewController in iOS ?"  
description: "What are the life cycle of UIViewController in iOS ?"  
author: "Sunil Singh"  
published: 2017-01-02  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/23120/what-are-the-life-cycle-of-uiviewcontroller-in-ios  
category: "iphone"  
tags: ["iphone", "ios", "iphone sdk"]  
reading_time: 1 minute  

---

# What are the life cycle of UIViewController in iOS ?

loadView

viewDidLoad

viewWillAppear

viewWillLayoutSubviews

viewDidLayoutSubviews

viewDidAppear

viewWillLayoutSubviews\

viewDidLayoutSubviews\

viewWillDisappear

viewDidDisappear \

\

## Answers

### Answer by Sunil Singh

loadView

viewDidLoad

viewWillAppear

viewWillLayoutSubviews

viewDidLayoutSubviews

viewDidAppear

viewWillLayoutSubviews\

viewDidLayoutSubviews\

viewWillDisappear

viewDidDisappear \

\


---

Original Source: https://www.mindstick.com/interview/23120/what-are-the-life-cycle-of-uiviewcontroller-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
