Skip to content

Commit c5bedc0

Browse files
authored
ci: Fix location of VC inspector being behind another button (#5973)
1 parent b193842 commit c5bedc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/iOS-Swift/iOS-Swift/Tools/TopViewControllerInspector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class TopViewControllerInspector: UIView {
6262
override func layoutSubviews() {
6363
let screenBounds = UIScreen.main.bounds
6464

65-
btn.frame = CGRect(x: screenBounds.width - 160, y: screenBounds.height - 160, width: 140, height: 44)
65+
btn.frame = CGRect(x: screenBounds.width - 160, y: screenBounds.height - 200, width: 140, height: 44)
6666
lbl.frame = CGRect(x: 20, y: btn.frame.origin.y, width: screenBounds.width - 200, height: 44)
6767
}
6868

0 commit comments

Comments
 (0)