Sha256: ecb2a528cbb2ff0fc348b2c57668e02da00a8e753f4e28986308b3f03e27bcd1

Contents?: true

Size: 236 Bytes

Versions: 90

Compression:

Stored size: 236 Bytes

Contents

class AnimationChainController < UIViewController

  def loadView
    super.tap do
      @label = 'Hi!'.uilabel
      @label.center = self.view.center
      @label.textColor = :white.uicolor
      self.view << @label
    end
  end

end

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
sugarcube-0.18.9 app/animation_chain_controller.rb
sugarcube-0.18.8 app/animation_chain_controller.rb
sugarcube-0.18.7 app/animation_chain_controller.rb
sugarcube-0.18.6 app/animation_chain_controller.rb
sugarcube-0.18.5 app/animation_chain_controller.rb
sugarcube-0.18.4 app/animation_chain_controller.rb
sugarcube-0.18.3 app/animation_chain_controller.rb
sugarcube-0.18.2 app/animation_chain_controller.rb
sugarcube-0.18.1 app/animation_chain_controller.rb
sugarcube-0.18.0 app/animation_chain_controller.rb