Skip to content

Commit ba38ac5

Browse files
committed
Remove specific floating panel symbol links
Depending on the targeted platform when building the doc, one of the two floating panel function symbols will be unavailable. Pointing to the doc page for all available view extensions instead is the most suitable workaround at this time.
1 parent 039aac9 commit ba38ac5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/ArcGISToolkit/Documentation.docc/FloatingPanel.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ The following images are of a simple list of numbers in a floating panel.
1818
| ------ | ---- |
1919
| ![image](https://user-images.githubusercontent.com/3998072/202795901-b86d6d26-3572-4c88-8f6e-84473ce57002.png) | ![image](https://user-images.githubusercontent.com/3998072/202796009-92e3b5c3-d88b-4124-8d9f-bad6df445f02.png) |
2020

21-
- Note: The Floating Panel is exposed as a view modifier. See
22-
``SwiftUICore/View/floatingPanel(attributionBarHeight:backgroundColor:selectedDetent:horizontalAlignment:isPresented:maxWidth:_:)`` or ``SwiftUICore/View/floatingPanel(attributionBarHeight:selectedDetent:horizontalAlignment:isPresented:maxWidth:_:)`` instead.
21+
- Note: The Floating Panel is exposed as a view modifier. See ``SwiftUICore/View`` for all available modifiers.
2322

2423
**Features**
2524

0 commit comments

Comments
 (0)