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 b92208a commit 550d271Copy full SHA for 550d271
StickyTabBarViewController/Classes/ExpandableViewController.swift
@@ -88,7 +88,7 @@ class ExpandableViewController: UIViewController {
88
private func configureChildVC() {
89
addChild(childVC)
90
view.addSubview(childVC.view)
91
- childVC.view.frame = self.view.bounds
+ childVC.view.frame = view.bounds
92
childVC.didMove(toParent: self)
93
}
94
0 commit comments