Sha256: 6ae54775b6183c99c78f5ffc2141634c3dfe6ec5dc8fd1a5db7bf31f3c198993
Contents?: true
Size: 919 Bytes
Versions: 3
Compression:
Stored size: 919 Bytes
Contents
ignore_properties 'contentStretch', 'simulatedStatusBarMetrics', 'simulatedOrientationMetrics' ignore_classes 'IBProxyObject' # To get another creation call than standard # Ti.UI.create#{name} # give a array as value: 'IBUIWindow' => ['Window', 'myWindowCall'] classes 'IBUIWindow' => 'Window', 'IBUIView' => 'View', 'IBUILabel' => 'Label', 'IBUIButton' => 'Button' # Available types: # val(:output) # bool(:output) # Where '0' gives {:output => false} and '1' gives {:output => true} # lookup(:output, {'yes' => true, 'no' => false}) # color(:output) # font(:output) # vextor(:x, :y) # Where '{1, 2}' => {:x => 1, :y => 2} properties 'backgroundColor' => color(:backgroundColor), 'font' => font(:font), 'frameOrigin' => vector(:top, :bottom), 'frameSize' => vector(:height, :width), 'text' => val(:text), 'textColor' => color(:color)
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
puer-0.0.2 | lib/puer/config.rb |
xibtoti-0.0.2 | lib/config.rb |
xibtoti-0.0.1 | lib/config.rb |