We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dc6b2 commit 886e103Copy full SHA for 886e103
swift-sdk/uicomponents/IterableEmbeddedView.swift
@@ -188,8 +188,6 @@ public class IterableEmbeddedView:UIView {
188
}
189
190
func loadViewFromNib() -> UIView? {
191
-// let bundle = Bundle(for: type(of: self))
192
-// let nib = UINib(nibName: "IterableEmbeddedView", bundle: bundle)
193
let nib = UINib(nibName: "IterableEmbeddedView", bundle: Bundle.module)
194
let view = nib.instantiate(withOwner: self, options: nil).first as? UIView
195
view?.backgroundColor = UIColor.clear
0 commit comments