Sha256: 803064eae1653884c0b380a78784bc58143f406af5f8826a232b563563941cf0

Contents?: true

Size: 240 Bytes

Versions: 22

Compression:

Stored size: 240 Bytes

Contents

class AppDelegate
  attr_accessor :image, :data
  def application(application, didFinishLaunchingWithOptions:launchOptions)
    self.image = UIImage.imageNamed("test")
    self.data = UIImagePNGRepresentation(self.image)
    true
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
afmotion-3.0 app/app_delegate.rb
afmotion-2.6 app/app_delegate.rb
afmotion-2.5 app/app_delegate.rb
afmotion-2.4.1 app/app_delegate.rb
afmotion-2.3.1 app/app_delegate.rb
afmotion-2.2.0 app/app_delegate.rb
afmotion-2.1.5 app/app_delegate.rb
afmotion-2.1.4 app/app_delegate.rb
afmotion-2.1.3 app/app_delegate.rb
afmotion-2.1.2 app/app_delegate.rb
afmotion-2.1.1 app/app_delegate.rb
afmotion-2.1.0 app/app_delegate.rb
afmotion-2.0.0 app/app_delegate.rb
afmotion-2.0.0.rc2 app/app_delegate.rb
afmotion-2.0.0.rc1 app/app_delegate.rb
afmotion-0.9.0 app/app_delegate.rb
afmotion-0.8.1 app/app_delegate.rb
afmotion-0.8 app/app_delegate.rb
afmotion-0.7 app/app_delegate.rb
afmotion-0.6 app/app_delegate.rb