Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

[ASDisplayNode] Add -displayWillStartAsynchronously: method to allow skipping synchronous image cache check. #2344

Merged
merged 1 commit into from
Oct 5, 2016

Conversation

appleguy
Copy link
Contributor

@appleguy appleguy commented Oct 5, 2016

This is an optimization for displays where synchronous image caching is not needed, e.g. standard display-ahead in a range controller.

The first highlighted line here is the relevant one:

pasted_image_at_2016_10_04_03_28_pm_1024

@appleguy
Copy link
Contributor Author

appleguy commented Oct 5, 2016

Please merge this upon review - it's pretty safe and I don't have any further changes planned.

@appleguy appleguy added this to the 2.0 milestone Oct 5, 2016
Copy link
Contributor

@Adlai-Holler Adlai-Holler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! Let's deprecate displayWillStart in a future diff as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants