Graph IDE ► Custom Application ► SwiftSineWave
This section describes how to write a custom application called SwiftSineWave. The project is virtually the same as the SineWave project written in Objective-C except that the App Delegate, which is the main controller, is written in the Swift language and bridge files are added to fully communicate between Swift and Objective-C language files.
The fastest way to write a custom application is to download the SwiftSineWave example project, compile it and modify it for your needs. SwiftSineWave resources are available from these links:
Link | Description Of Resource |
SwiftSineWave.zip | The compressed SwiftSineWave project located on your disk within this manual. |
SwiftSineWave.zip | The compressed SwiftSineWave project located at the vvidget.org web site. |
Xcode | The Xcode application on the Mac App Store. |