Method: MotionPrime::AbstractCollectionSection#dealloc
- Defined in:
- motion-prime/sections/abstract_collection.rb
#dealloc ⇒ Object
53 54 55 56 57 58 |
# File 'motion-prime/sections/abstract_collection.rb', line 53 def dealloc Prime.logger. :collection, self, @collection_element.try(:view).to_s @collection_delegate.try(:clear_delegated) @collection_element.try(:view).try(:setDataSource, nil) super end |