Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zhangkn/3ac0767931c69b7831cdb20e61f93ed8 to your computer and use it in GitHub Desktop.
Save zhangkn/3ac0767931c69b7831cdb20e61f93ed8 to your computer and use it in GitHub Desktop.
_ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv
_ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv()
QuartzCore:CA::Transaction::observer_callback:
CA::Transaction::commit();
CA::Context::commit_transaction();
CA::Layer::layout_and_display_if_needed();
CA::Layer::layout_if_needed();
[CALayer layoutSublayers];
[UIView layoutSubviews];
CA::Layer::display_if_needed();
[CALayer display];
[UIView drawRect];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment