Sha256: e7e8630dccafa4d34bcab966574f2e0759335c4c43859300974f1075c3450b6d
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
class SplashController < UIViewController attr_writer :splash_generator def loadView @layout = SplashLayout.new self.view = @layout.view end def viewDidAppear(animated) super @splash_generator.take_snapshot end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-splash-1.0 | samples/sample-1/app/splash_view_controller.rb |