Class: ProMotion::CollectionViewCell

Inherits:
UICollectionViewCell
  • Object
show all
Includes:
CollectionViewCellModule
Defined in:
lib/ProMotion/cocoatouch/collection_view_cell.rb

Constant Summary collapse

KIdentifier =
'__ProMotion_CollectionViewCell'

Instance Attribute Summary collapse

Attributes included from CollectionViewCellModule

#collection_screen, #data_cell

Method Summary

Methods included from CollectionViewCellModule

#prepareForReuse, #setup

Methods included from Styling

#add, #add_to, #camelize, #closest_parent, #content_height, #content_max, #content_width, #hex_color, #remove, #rgb_color, #rgba_color, #set_attribute, #set_attributes, #view_or_self

Instance Attribute Details

#reusedObject

Returns the value of attribute reused.



5
6
7
# File 'lib/ProMotion/cocoatouch/collection_view_cell.rb', line 5

def reused
  @reused
end