Sha256: a556a44d292423ba7c12ef58a6f5f2f8022faf057070ce29a856e40191a16d55
Contents?: true
Size: 182 Bytes
Versions: 1
Compression:
Stored size: 182 Bytes
Contents
class HaiViewController < UIViewController def viewDidLoad view.addSubview(Teacup.style(:label, UILabel.new)) self.setFrame([[0,0],[0,0]]) if rand > 1 true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teacup-0.0.1.pre | samples/Hai/app/hai_controller.rb |