Post

Replies

Boosts

Views

Activity

Reply to Poor ScrollView performance
Those errors show up from trying to use CoreGraphics bitmaps with integer values but in a colorspace where we really need float. System Frameworks may use CGBitmapContexts but they would likely handle this correctly. Do you make use of CGBitmapContext anywhere? To my eyes, likely suspects could be either ModernStoryCardView or TextRoundedRectangleView. Do you have the code for those?
3d