Flipswitch

From iPhone Development Wiki
Revision as of 05:57, 10 January 2014 by Uroboro (talk | contribs) (Sections and where to go next "guides")
Flipswitch
Cydia Package
Developer Ryan Petrich, Jack Willis
Package ID libflipswitch
Latest Version 1.0.2


libflipswitch is a library used to implement a centralized toggle system.

Source link: Flipswitch

how do I add a Content box here?

How to make a new switch

Save this nic template to $THEOS/templates/iphone directory and call $THEOS/bin/nic.pl to get a premade switch.

instructions about writing code

Secondary action

In the file Resources/Info.plist you can find the key "alternate-action-url" which will enable you to open a URI when the secondary action of the switch is invoked in case it is not implemented in code. Default value is "prefs:".

How to make a template bundle

will extract information from here

This article is a stub. You can help iPhone Development wiki by expanding it.