---
title: "User Interface objects in Cocoa"  
description: "User Interface objects in Cocoa"  
author: "Tarun Kumar"  
published: 2015-11-23  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/22909/user-interface-objects-in-cocoa  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# User Interface objects in Cocoa

Cocoa has a rich-collection of predefined objects for our iOS applications User-Interface.\
Some objects are available in the Interface Builder's library.\
**Some of the Cocoa user-interface objects are as follows:**\
- Windows\
- Text fields\
- Table views\
- Buttons\
- Page controls(iOS)\
- SegmentedControls\
- Date-Picker\
- Switch-Controls(iOS)\
- Navigation-Bars(iOS)

## Answers

### Answer by Tarun Kumar

Cocoa has a rich-collection of predefined objects for our iOS applications User-Interface.\
Some objects are available in the Interface Builder's library.\
**Some of the Cocoa user-interface objects are as follows:**\
- Windows\
- Text fields\
- Table views\
- Buttons\
- Page controls(iOS)\
- SegmentedControls\
- Date-Picker\
- Switch-Controls(iOS)\
- Navigation-Bars(iOS)


---

Original Source: https://www.mindstick.com/interview/22909/user-interface-objects-in-cocoa

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
