Cydget: Difference between revisions

From iPhone Development Wiki
(adding category)
(→‎Unofficial documentation: adding link with more suggestions)
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
* [http://cydgets.blogspot.com/2013/09/cycript.html Cycript] (links to [http://cydgets.blogspot.com/p/cycript-pronounced-ssscript.html this page explaining Cycript for Cydget makers])
* [http://cydgets.blogspot.com/2013/09/cycript.html Cycript] (links to [http://cydgets.blogspot.com/p/cycript-pronounced-ssscript.html this page explaining Cycript for Cydget makers])
* [http://cydgets.blogspot.com/2013/09/running-cycript-from-cydgets.html Running Cycript from Cydgets]
* [http://cydgets.blogspot.com/2013/09/running-cycript-from-cydgets.html Running Cycript from Cydgets]
* [http://cydgets.blogspot.com/2014/02/a-few-cycripts.html A few cycripts]
* [http://cydgets.blogspot.com/2014/02/using-preference-bundle-in-cydget.html Using a preference bundle in cydget] - see also [[PreferenceLoader]]
Other posts:
* [http://www.reddit.com/r/iOSthemes/comments/2f941d/preview_texttime_my_first_cydget/ck73zjb Suggestions from ibbignerd]


[[Category:Cydia packages]]
[[Category:Cydia packages]]

Latest revision as of 02:08, 18 September 2014

Quoting from Cydget's description in Cydia:

Cydget is a flexible and powerful replacement system for WinterBoard Lock Widgets, allowing users to have multiple lockscreen displays active and to cycle between them. Developers and web designers can make "cydgets" using either native code or HTML with JavaScript and Cycript (a JavaScript superset that allows flexible access to Objective-C).

Cydget is built on Apple's "SpringBoard plugin" mechanism, so it does not conflict with other Apple-provided lockscreens, including VoiceRecorder and Nike+. However, some jailbreak lockscreen extensions are not compatible with Cydget, which may cause humorously overlapping displays if you have multiple lockscreen extensions active at the same time.

Some of Cydget's core benefits (over WinterBoard Widgets):

  • configuration allows HTML scrolling
  • multiple cydgets can be rotated
  • they stop running when screen dims
  • Cycript embedding for library calls

Unofficial documentation

Posts by JunesGraphics:

Other posts: