Sha256: 515169a7aefb497ba166dcd9438e9746d11f5f5e7de62b175744c9a037aac630

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

class TestDelegateColored < TestDelegate
  status_bar false

  def on_load(app, options)
    open BasicScreen.new(nav_bar: true)
  end
end

class TestDelegateRed < TestDelegateColored
  tint_color UIColor.redColor
end

# Other colors

# class TestDelegateBlack < TestDelegateColored
#   tint_color UIColor.blackColor
# end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ProMotion-1.2.1 spec/helpers/test_delegate_colors.rb
ProMotion-1.2.0 spec/helpers/test_delegate_colors.rb
ProMotion-1.1.2 spec/helpers/test_delegate_colors.rb
ProMotion-1.1.1 spec/helpers/test_delegate_colors.rb
ProMotion-1.1.0 spec/helpers/test_delegate_colors.rb
ProMotion-1.1.0.rc1 spec/helpers/test_delegate_colors.rb