Class: ISDBasicColorCollectionReusableView

Inherits:
UICollectionReusableView
  • Object
show all
Defined in:
lib/isd-color-palette/view/isd_basic_color_collection_reusable_view.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#headerLabelObject

IBOutlet



4
5
6
# File 'lib/isd-color-palette/view/isd_basic_color_collection_reusable_view.rb', line 4

def headerLabel
  @headerLabel
end

Instance Method Details

#awakeFromNibObject

def initWithCorder decode

  super
  self
end


20
21
22
# File 'lib/isd-color-palette/view/isd_basic_color_collection_reusable_view.rb', line 20

def awakeFromNib
  self.backgroundColor = :light_gray.uicolor
end