---
title: "Can we use two tableview controllers on one view controller?"  
description: "Can we use two tableview controllers on one view controller?"  
author: "Tarun Kumar"  
published: 2015-09-02  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/22801/can-we-use-two-tableview-controllers-on-one-view-controller  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# Can we use two tableview controllers on one view controller?

Yes, we can use two tableviews on the same view controllers and you can differentiate between two by assigning them tags or you can also check them by comparing their memory addresses.

## Answers

### Answer by Tarun Kumar

Yes, we can use two tableviews on the same view controllers and you can differentiate between two by assigning them tags or you can also check them by comparing their memory addresses.


---

Original Source: https://www.mindstick.com/interview/22801/can-we-use-two-tableview-controllers-on-one-view-controller

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
