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