What does cocoa offers?

devquora
devquora

Posted On: Feb 22, 2018

 

Cocoa offers numerous benefits to its users. It supports event-driven behavior that helps in managing applications, windows, and workspaces. In interface builder, cocoa has a huge pool of user interface objects. UI objects like windows, buttons, tables, etc can be dragged and dropped from interface builder or can be created using code.

Cocoa supports the following-

  • Internationalization.
  • Handles undo and redo management.
  • Basic printing to advance printing such as content formatting and pagination.
  • Different text representations and application preferences.
  • Concurrency, lazy loading.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cocoa Touch Interview Questions

    What do you understand by cocoa?

    Cocoa is a suite of object-oriented software libraries that develop OSX and iOS apps. Cocoa is an application environme..

    Cocoa Touch Interview Questions

    Elaborate on the meaning of Application Kit.

    Application kit is a framework that contains all the objects and details needed to implement the graphical and event-dri..