This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Heavy CPU utilization on scrolling with springinessEnabled #281
Labels
Comments
|
@davidchiles - yeah there's a lot going on with |
jessesquires
changed the title
Heavy CPU utilization on scrolling
Heavy CPU utilization on scrolling with springinessEnabled
May 13, 2014
Hi, is there a plan to improve the performance of the dynamics? |
@arieldemi - yes, eventually. PRs are welcome 😄 if dynamics are causing issues for you, i would disable for now |
Thank you Jesse |
@davidchiles / @arieldemi - I'm curious to know how |
I'm working on this issue, PR is to be expected soon (in a few days I guess) |
nice! thanks @erysaj ! |
16 tasks
andrewchae
pushed a commit
to andrewchae/JSQMessagesViewController
that referenced
this issue
Jun 5, 2014
…5_ac * commit '178e1a5ab8bcea330e63a2c760aa53e7863dd80f': (38 commits) v 5.0.4 update cocoadocs styles update cocoadocs style pod update cocoadocs.yml v 5.0.3 update library common header for new context object fix docs and formatting and minor refactoring from PR jessesquires#313. small improvements to lazily applying layout attributes to cells. close jessesquires#306. close jessesquires#281. schemes Update README.md Revert "avoid expensive view hierarchy modification during cell configuration" switch to NSParameterAssert where appropriate add userInfo dictionary to keyboard notification so that it is actually useful. jessesquires#287. avoid expensive view hierarchy modification during cell configuration do not use concurrent enumeration lazily update cell’s text view lazily update cell’s layout constraints use custom layout invalidation context to suppress unneeded computations pod update update version nums. update spec. ... Conflicts: JSQMessagesViewController/Controllers/JSQMessagesKeyboardController.m JSQMessagesViewController/Views/JSQMessagesCollectionViewCell.m
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tested the example app on an iPhone 5s after loading a few messages scrolling pegs the CPU ~98% and causes some stuttering. Looking at instruments the culprit looks to be
[UICollectionView layoutSubviews]
.The text was updated successfully, but these errors were encountered: