Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FloatingPanel Revisions #682

Merged
merged 2 commits into from
Apr 15, 2024
Merged

FloatingPanel Revisions #682

merged 2 commits into from
Apr 15, 2024

Conversation

dfeinzimer
Copy link
Collaborator

Responds to this and this comment.

@dfeinzimer dfeinzimer self-assigned this Apr 12, 2024
@@ -15,9 +15,7 @@
import SwiftUI

/// A floating panel is a view that overlays a view and supplies view-related
/// content. For a map view, for instance, it could display a legend, bookmarks, search results, etc..
/// Apple Maps, Google Maps, Windows 10, and Collector have floating panel
/// implementations, sometimes referred to as a "bottom sheet".
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall I'd say the concept of sheets are ubiquitous enough in mobile to the point that we don't need to mention these but if we do want to keep them I did some more research:

  • Apple doesn't seem to have Apple Maps trademarked so I think we're in the clear there. If it was trademarked I think we'd need to include a symbol according to this.

  • Google does have Maps trademarked so I think we'd need to change this to "Google Maps™ mapping service" if we decide to keep it to be compliant with this.

  • Windows 10 is a little murky, I didn't find good info.

@dfeinzimer dfeinzimer marked this pull request as ready for review April 15, 2024 16:31
@dfeinzimer dfeinzimer merged commit e14bd01 into v.next Apr 15, 2024
@dfeinzimer dfeinzimer deleted the df/fpRevisions branch April 15, 2024 16:31
dfeinzimer added a commit that referenced this pull request Apr 18, 2024
These lines were redundant to information available in the main floating panel doc and some of them were removed in #682
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants