All Projects → ryanb → cocoa-web-app-example

ryanb / cocoa-web-app-example

Licence: MIT license
A Cocoa application to demonstrate the interaction between Objective-C and JavaScript in a WebView.

Programming Languages

objective c
16641 projects - #2 most used programming language
COCOA WEB APP EXAMPLE

This is an example Cocoa application which displays an HTML page in a WebView. It demonstrates how to communicate between Objective-C and JavaScript through the WebScriptObject. If you have a web app which could benefit from desktop integration, I highly recommend creating a Cocoa app which interacts with it.

To try it out, open the "Cocoa Web App.xcodeproj" file in Xcode and click "Build and Run". See the code in "AppDelegate.m" and "index.html" to see how it works.

	git clone git://github.com/ryanb/cocoa-web-app-example.git
	open cocoa-web-app-example/Cocoa\ Web\ App.xcodeproj
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].