---
title: "Difference in .xib and .storyboard in iOS?"  
description: "Difference in .xib and .storyboard in iOS?"  
author: "Tarun Kumar"  
published: 2015-12-04  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/22928/difference-in-xib-and-storyboard-in-ios  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# Difference in .xib and .storyboard in iOS?

In iOS application development we use view controllers to display controls. and every UIViewController has an associated .**xib** file with it.and, **.storyboard** is essentially one single file for all our screens in our application. And also it shows the flows of screens. we can add segues/transitions between screens.

## Answers

### Answer by Tarun Kumar

In iOS application development we use view controllers to display controls. and every UIViewController has an associated .**xib** file with it.and, **.storyboard** is essentially one single file for all our screens in our application. And also it shows the flows of screens. we can add segues/transitions between screens.


---

Original Source: https://www.mindstick.com/interview/22928/difference-in-xib-and-storyboard-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
