Wrapper for cycript with a bunch of useful functions. Code was stolen from lots of different people.. even me.. but namely Adam Bell.
lucy -p SpringBoard
alert(title, message) : shows in a UIAlertView (much like alert() in javscript).
methods(class) : returns all selectors on a class.
highlight(view) : traces a nice blue border on a view (great for debugging and finding what's what).
view.highlight()
unhighlight(view) : removes said border from a view.
view.unhighlight()
setX(x, view) : sets the x origin on a view's frame.
setY(y, view) : sets the y origin on a view's frame.
setWidth(width, view) : sets the width of a view's frame.
setHeight(height, view) : sets the height of a view's frame.
reveal(pathtodylib) : Loads and starts Reveal for said process.
flex(pathtodylib) : Loads and starts FLEX/Flipboard Explorere for said process.
help() : Shows some help in the form of an alert on the device. Logging to console is old-fashioned.
Whatever Adam Bell’s license is for fan.cy