SZTextView icon indicating copy to clipboard operation
SZTextView copied to clipboard

AttributedPlaceholder foregroundColor property overwritten

Open Okizeme opened this issue 5 years ago • 0 comments

Problem: It seems that when layouting a cell with a SZTextView in it before it's displayed for the first time, the foregroundColor of the AttributedPlaceholder is overwritten by the library.

Temporary solution: Changing the property again after layoutSubviews() is called.

Details: Bug found using iOS 13 and Xcode 11.4 (11E146) using an iPhone 8

Okizeme avatar Apr 08 '20 17:04 Okizeme