Skip to content

Commit 550d271

Browse files
committed
Remove unnecessary self
1 parent b92208a commit 550d271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StickyTabBarViewController/Classes/ExpandableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ExpandableViewController: UIViewController {
8888
private func configureChildVC() {
8989
addChild(childVC)
9090
view.addSubview(childVC.view)
91-
childVC.view.frame = self.view.bounds
91+
childVC.view.frame = view.bounds
9292
childVC.didMove(toParent: self)
9393
}
9494

0 commit comments

Comments
 (0)