Sha256: adb67cca36a426d9ed132e365228c5ec9ec435c389c5d0a4e4f25e77bd290f63

Contents?: true

Size: 283 Bytes

Versions: 19

Compression:

Stored size: 283 Bytes

Contents

class CustomAppearanceController < UIViewController
  attr :label_1
  attr :container
  attr :label_2

  layout do
    @label_1 = subview(CustomAppearanceLabel)
    @container = subview(CustomAppearanceContainer) do
      @label_2 = subview(CustomAppearanceLabel)
    end
  end

end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
teacup-2.1.12 app/controllers/appearance_controller.rb
teacup-2.1.11 app/controllers/appearance_controller.rb
teacup-2.1.10 app/controllers/appearance_controller.rb
teacup-2.1.9 app/controllers/appearance_controller.rb
teacup-2.1.8 app/controllers/appearance_controller.rb
teacup-2.1.7 app/controllers/appearance_controller.rb
teacup-2.1.6 app/controllers/appearance_controller.rb
teacup-2.1.5 app/controllers/appearance_controller.rb
teacup-2.1.4 app/controllers/appearance_controller.rb
teacup-2.1.3 app/controllers/appearance_controller.rb
teacup-2.1.2 app/controllers/appearance_controller.rb
teacup-2.1.1 app/controllers/appearance_controller.rb
teacup-2.1.0 app/controllers/appearance_controller.rb
teacup-2.0.6 app/controllers/appearance_controller.rb
teacup-2.0.5 app/controllers/appearance_controller.rb
teacup-2.0.4 app/controllers/appearance_controller.rb
teacup-2.0.3 app/controllers/appearance_controller.rb
teacup-2.0.2 app/controllers/appearance_controller.rb
teacup-2.0.0 app/controllers/appearance_controller.rb