Class: ProMotion::CollectionViewCell
- Inherits:
-
UICollectionViewCell
- Object
- UICollectionViewCell
- ProMotion::CollectionViewCell
- Includes:
- CollectionViewCellModule
- Defined in:
- lib/ProMotion/cocoatouch/collection_view_cell.rb
Constant Summary collapse
- KIdentifier =
'__ProMotion_CollectionViewCell'
Instance Attribute Summary collapse
-
#reused ⇒ Object
Returns the value of attribute reused.
Attributes included from CollectionViewCellModule
#collection_screen, #data_cell
Method Summary
Methods included from CollectionViewCellModule
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
#reused ⇒ Object
Returns the value of attribute reused.
5 6 7 |
# File 'lib/ProMotion/cocoatouch/collection_view_cell.rb', line 5 def reused @reused end |