You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appearance/disappearance events can be inconsistent and unreliable, likely due to the fact they are typically driven by the underlying UICollectionView. We should investigate better alternatives that satisfy the following properties:
Components that are added while a tree is onscreen should receive a -[CKComponentController componentTreeWillAppear] event
Components that are removed while a tree is onscreen should receive a -[CKComponentController componentTreeDidDisappear] event
There should be a guaranteed balance between both events; a-[CKComponentController componentTreeWillAppear] event should be followed by at most one -[CKComponentController componentTreeDidDisappear] event
The text was updated successfully, but these errors were encountered:
Appearance/disappearance events can be inconsistent and unreliable, likely due to the fact they are typically driven by the underlying
UICollectionView
. We should investigate better alternatives that satisfy the following properties:-[CKComponentController componentTreeWillAppear]
event-[CKComponentController componentTreeDidDisappear]
event-[CKComponentController componentTreeWillAppear]
event should be followed by at most one-[CKComponentController componentTreeDidDisappear]
eventThe text was updated successfully, but these errors were encountered: