InterviewSolution
| 1. |
What Does Cocoa Offer? |
|
Answer» Event Driven Behavior – Cocoa provides the infrastructure for event driven behavior. It helps manage application, windows and workspaces Has a rich library of user interface objects available in Interface builder. UI Objects can be dragged dropped from the interface builder or can be created from code. Some sample UI objects are (buttons, tables, views, windows, panels, drawers, segmented control etc). Supports the following:
Event Driven Behavior – Cocoa provides the infrastructure for event driven behavior. It helps manage application, windows and workspaces Has a rich library of user interface objects available in Interface builder. UI Objects can be dragged dropped from the interface builder or can be created from code. Some sample UI objects are (buttons, tables, views, windows, panels, drawers, segmented control etc). Supports the following: |
|