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