Swiftgram/AsyncDisplayKit
rcancro 52091eb589 Placeholder bug in ASEditableTextNode
When setting a default placeholder and an attributedString before `_textKitComponents.textView` was created, the placeholder and the string were both appearing in the text node.

`_updateDisplayingPlaceholder` is called in `setAttributedString`, but since  `_textKitComponents.textView` is nil the placeholder was not hidden. Calling `_updateDisplayingPlaceholder` after `_textKitComponents.textView` loads fixes this.
2015-09-23 16:11:46 -07:00
..
2015-09-15 09:11:19 -07:00
2015-09-15 00:58:48 +03:00
2015-09-15 12:38:41 -07:00
2015-09-15 09:11:19 -07:00
2015-09-22 13:16:59 -07:00
2015-02-23 14:55:15 -08:00
2014-06-26 22:32:55 -07:00
2015-09-16 20:15:48 -04:00