Skip to content

Commit c8b2b33

Browse files
authored
fix example typo (#418)
1 parent 7114f54 commit c8b2b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/Maps/Maps/ViewController.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ class ViewController: UIViewController {
8383
func layoutPanelForPhone() {
8484
fpc.track(scrollView: searchVC.tableView) // Only track the tabvle view on iPhone
8585
fpc.addPanel(toParent: self, animated: true)
86-
fpc.setApearanceForPhone()
87-
detailFpc.setApearanceForPhone()
86+
fpc.setAppearanceForPhone()
87+
detailFpc.setAppearanceForPhone()
8888
}
8989
}
9090

9191
extension FloatingPanelController {
92-
func setApearanceForPhone() {
92+
func setAppearanceForPhone() {
9393
let appearance = SurfaceAppearance()
9494
appearance.cornerRadius = 8.0
9595
appearance.backgroundColor = .clear

0 commit comments

Comments
 (0)