Node init performance: Use share instances of UIColor and NSAttributedString for defaults.

This commit is contained in:
Ethan Nagel
2015-08-17 12:23:25 -07:00
parent 3983bf2289
commit f7fb6dc4e7
3 changed files with 30 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ extern id ASDisplayNodeFindFirstSubnode(ASDisplayNode *start, BOOL (^block)(ASDi
extern id ASDisplayNodeFindFirstSubnodeOfClass(ASDisplayNode *start, Class c);
extern UIColor *ASDisplayNodeDefaultPlaceholderColor();
extern UIColor *ASDisplayNodeDefaultTintColor();
/**
Disable willAppear / didAppear / didDisappear notifications for a sub-hierarchy, then re-enable when done. Nested calls are supported.