---
title: "What is the First Responder and Responder Chain in iOS"  
description: "What is the First Responder and Responder Chain in iOS"  
author: "Sunil Singh"  
published: 2017-01-05  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23134/what-is-the-first-responder-and-responder-chain-in-ios  
category: "iphone"  
tags: ["iphone", "ios", "iphone sdk"]  
reading_time: 1 minute  

---

# What is the First Responder and Responder Chain in iOS

The first object in the ResponderChain is called the First Responder.The responder chain is a series of linked responder objects. It starts with the first responder and end with the app object. If the first responder cannot handle an event, it forwards the event to the next responder in the responder chain

## Answers

### Answer by Sunil Singh

The first object in the ResponderChain is called the First Responder.The responder chain is a series of linked responder objects. It starts with the first responder and end with the app object. If the first responder cannot handle an event, it forwards the event to the next responder in the responder chain


---

Original Source: https://www.mindstick.com/interview/23134/what-is-the-first-responder-and-responder-chain-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
