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
/// Sometimes `UIScrollView` can behave weirdly if there are too many corrections in it's `contentOffset` during the animation. Especially when content size of the `UIScrollView`
64
+
// is getting smaller first and then expands again as the newly appearing cells sizes are being calculated. That is why `CollectionViewChatLayout`
65
+
/// tries to process only the elements that are currently visible on the screen. But often it is not needed. This flag allows you to have fine control over this behaviour.
66
+
/// It set to `true` by default to keep the compatibility with the older versions of the library.
67
+
///
68
+
/// **NB:**
69
+
/// This flag is only to provide fine control over the batch updates. If in doubts - keep it `true`.
<p>tries to process only the elements that are currently visible on the screen. But often it is not needed. This flag allows you to have fine control over this behaviour.
296
+
It set to <code>true</code> by default to keep the compatibility with the older versions of the library.</p>
297
+
298
+
<p><strong>NB:</strong>
299
+
This flag is only to provide fine control over the batch updates. If in doubts - keep it <code>true</code>.</p>
0 commit comments