We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7114f54 commit c8b2b33Copy full SHA for c8b2b33
Examples/Maps/Maps/ViewController.swift
@@ -83,13 +83,13 @@ class ViewController: UIViewController {
83
func layoutPanelForPhone() {
84
fpc.track(scrollView: searchVC.tableView) // Only track the tabvle view on iPhone
85
fpc.addPanel(toParent: self, animated: true)
86
- fpc.setApearanceForPhone()
87
- detailFpc.setApearanceForPhone()
+ fpc.setAppearanceForPhone()
+ detailFpc.setAppearanceForPhone()
88
}
89
90
91
extension FloatingPanelController {
92
- func setApearanceForPhone() {
+ func setAppearanceForPhone() {
93
let appearance = SurfaceAppearance()
94
appearance.cornerRadius = 8.0
95
appearance.backgroundColor = .clear
0 commit comments