Skip to content

Commit 886e103

Browse files
author
Evan Greer
committed
removes commented out lines
1 parent 14dc6b2 commit 886e103

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

swift-sdk/uicomponents/IterableEmbeddedView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ public class IterableEmbeddedView:UIView {
188188
}
189189

190190
func loadViewFromNib() -> UIView? {
191-
// let bundle = Bundle(for: type(of: self))
192-
// let nib = UINib(nibName: "IterableEmbeddedView", bundle: bundle)
193191
let nib = UINib(nibName: "IterableEmbeddedView", bundle: Bundle.module)
194192
let view = nib.instantiate(withOwner: self, options: nil).first as? UIView
195193
view?.backgroundColor = UIColor.clear

0 commit comments

Comments
 (0)