Skip to content

Commit af1eafb

Browse files
committed
Don’t automatically clear message view’s background color
1 parent e35e561 commit af1eafb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftMessages/MessageView.swift

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public class MessageView: UIView, Identifiable, MarginAdjustable {
118118
*/
119119

120120
public override func awakeFromNib() {
121-
backgroundColor = UIColor.clearColor()
122121
layoutMargins = UIEdgeInsetsZero
123122
}
124123

0 commit comments

Comments
 (0)