---
title: "Which are the protocols used in table view?"  
description: "Which are the protocols used in table view?"  
author: "Anonymous User"  
published: 2015-08-18  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/22778/which-are-the-protocols-used-in-table-view  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# Which are the protocols used in table view?

**Table view contain two delegate protocols**(1) Uitable view data source(2).Uitable view delegate.

**ui view table view data source three method namely**(1)No of sections.(2)No of rows in sections.(3)Cell for row index path row.

**In ui table view delegate contain** (1)Did select row at index path row

## Answers

### Answer by Anonymous User

**Table view contain two delegate protocols**(1) Uitable view data source(2).Uitable view delegate.

**ui view table view data source three method namely**(1)No of sections.(2)No of rows in sections.(3)Cell for row index path row.

**In ui table view delegate contain** (1)Did select row at index path row


---

Original Source: https://www.mindstick.com/interview/22778/which-are-the-protocols-used-in-table-view

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
