2 parents 40aad31 + 6aaa728 commit b66a4c4Copy full SHA for b66a4c4
1 file changed
ios/TurboImageView.swift
@@ -166,6 +166,8 @@ final class TurboImageView : UIView {
166
override init(frame: CGRect) {
167
super.init(frame: frame)
168
addSubview(lazyImageView)
169
+ // Clear the default NukeUI placeholder (has secondarySystemBackground color)
170
+ lazyImageView.placeholderView = nil
171
layer.masksToBounds = true
172
lazyImageView.translatesAutoresizingMaskIntoConstraints = false
173
NSLayoutConstraint.activate([
@@ -466,4 +468,3 @@ fileprivate extension TurboImageView {
466
468
#endif
467
469
}
470
-
0 commit comments