You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: