Set ASTextNode default background colour.

This commit is contained in:
Nadine Salter
2014-08-28 13:56:56 -07:00
parent 49bfaaedd9
commit baaff5e0f4

View File

@@ -126,6 +126,7 @@ ASDISPLAYNODE_INLINE CGFloat ceilPixelValue(CGFloat f)
// The common case is for a text node to be non-opaque and blended over some background.
self.opaque = NO;
self.backgroundColor = [UIColor whiteColor];
// Accessibility
self.isAccessibilityElement = YES;