forked from ryanb/cocoa-web-app-example
-
Notifications
You must be signed in to change notification settings - Fork 0
A Cocoa application to demonstrate the interaction between Objective-C and JavaScript in a WebView.
License
gabestev/cocoa-web-app-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
A Cocoa application to demonstrate the interaction between Objective-C and JavaScript in a WebView.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 62.4%
- HTML 37.6%