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
I'm not too sure why this is a problem, but Instruments showed me that 90+% of computation in my table view during simply scrolling was spent in the swizzled nxEV_layoutSubviews method.
Sorry I couldn't investigate further, but thought it was worth letting you know. Thanks in concept for the extension, though! :D
The text was updated successfully, but these errors were encountered:
Yes, I think this is because UIKit very frequently calls layoutSubviews during scrolling. The swizzled layoutSubviews method then calls nxEV_updateEmptyView which leads to the performance problems you've mentioned.
I'm not too sure why this is a problem, but Instruments showed me that 90+% of computation in my table view during simply scrolling was spent in the swizzled
nxEV_layoutSubviews
method.Sorry I couldn't investigate further, but thought it was worth letting you know. Thanks in concept for the extension, though! :D
The text was updated successfully, but these errors were encountered: