Samples
Each sample application is an example of how to accomplish a task for a specific technology. They show the sequence of calls and parameter data types to provide a generalized method for API use that developers can modify for their specific needs.
To build these sample applications and see them in action:
- Open a Terminal window and go where you have unarchived the Monobjc Bridge.
- Type the command:
nant build-samples. - The samples are build in the
distfolder of the installation. - They can be executed like any other Mac OS X applications.
Apple Applications (2)
Facilities in Cocoa for interacting with and extending Apple applications.
Data Management (1)
Object-oriented interfaces for representing and manipulating data.
File Management (3)
Object-oriented interfaces for gaining access to files and folders on storage devices.
Graphics and Imaging (9)
Object-oriented APIs for creating graphics content in Cocoa applications.
- AnimatingViews
- BasicCocoaAnimations
- Color Sampler
- CroppedImage
- CGRotation
- PDFKitViewer
- Ray Tracer
- SimpleDrawing
- TLayer
Interapplication Communication (1)
Facilities for data sharing and communication between Cocoa programs.
Internet and Web (1)
Object-oriented APIs for developing web content and Internet and web applications.
Process Management (0)
Facilities that help Cocoa programs manage their own scheduling and execution.
QuickTime (2)
Classes for creating and playing multimedia in Cocoa applications.
User Experience (8)
Object-oriented APIs for creating the look and feel of Cocoa applications.
- BackgroundWorker
- CustomFormatter
- CustomSave
- NSSpeechSynthesizerExample
- SearchField
- SimpleCocoaApp
- SimpleTemperatureConverter
- ToolbarSample
Thirdparty Frameworks (3)
Sample applications that demonstrate the use of third-party frameworks.