Graph IDE ► Custom Application ► SineTable
This section describes how to write a custom application called SineTable. The user interface is diagrammed below.
The fastest way to write a custom application is to download the SineTable example project, compile it and modify it for your needs. SineTable resources are available from these links:
Link | Description Of Resource |
SineTable.zip/td> | The compressed SineTable project located on your disk within this manual. |
SineTable.zip/td> | The compressed SineTable project located at the vvidget.org web site. |
Xcode/td> | The Xcode application on the Mac App Store. |
SineTable shows how to:
Do not underestimate this SineTable project. The methodology and implementation is what is used to program the Graph IDE user interface. To see other examples, open up the Graph IDE application bundle (folder) and navigate to Contents/Frameworks/Vvidget_GGE.framework/Versions/A/Resources/Base.lproj
where each inspector editor is programmed using techniques identified in the SineTable example project.