Skip to content

JGMathematica/puck-central-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

Puck Central iOS

An iPhone app for managing Pucks.

Installing

You need to have cocoapods installed.

Clone this project, and run pod install.

Open the PuckCentral.xcworkspace file in XCode.

Adding Actuators

It is easy to extend the functionality of this app by adding a new actuator.

Create a new Actuator class which should implement the NSPActuator protocol defined in NSPActuator.h.

You need to implement the index method, assigning a unique number to your actuator, and the name method.

You also need to implement the optionsForm, which should return a XLFormDescriptor (check out XLForm's documentation).

In addition, when a trigger is executed in the app, your actuate method will be called. This is where the bulk of your code should be.

Also remember to add the actuator to the list in the NSPAtuatorController class, so it will show up in the list of available actuators.

Check out the code for the included actuators for some examples of different uses.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 87.5%
  • C 12.4%
  • Ruby 0.1%