---
title: "What is meaning of retain keyword in ios?"  
description: "What is meaning of retain keyword in ios?"  
author: "Royce Roy"  
published: 2017-01-09  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23150/what-is-meaning-of-retain-keyword-in-ios  
category: "ios"  
tags: ["iphone", "ios"]  
reading_time: 1 minute  

---

# What is meaning of retain keyword in ios?

Specifies that retain should be invoked on the object upon assignment.takes ownership of an object

## Answers

### Answer by Royce Roy

Specifies that retain should be invoked on the object upon assignment.takes ownership of an object


---

Original Source: https://www.mindstick.com/interview/23150/what-is-meaning-of-retain-keyword-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
