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

[BottomSheet] Deprecate to-be-removed APIs. #2539

Merged
merged 2 commits into from
Nov 29, 2017

Conversation

jverkoey
Copy link
Contributor

@jverkoey jverkoey commented Nov 29, 2017

These APIs will either be made private or deleted altogether in an effort to reduce the public surface area of the BottomSheet component.

The final API will consist of the following:

  • MDCBottomSheetController: the easiest integration point for a bottom sheet. Implements accessibility escape gesture support.
  • MDCBottomSheetTransition: the Material Motion transition entry-point. This may be where the transition is customized by clients in the future.

These APIs will either be made private or deleted altogether in an effort to reduce the public surface area of the BottomSheet component.
@jverkoey jverkoey merged commit 411eaec into material-components:develop Nov 29, 2017
@jverkoey jverkoey deleted the deprecate branch November 29, 2017 21:59
yarneo pushed a commit to yarneo/material-components-ios that referenced this pull request Dec 1, 2017
These APIs will either be made private or deleted altogether in an effort to reduce the public surface area of the BottomSheet component.

The final API will consist of the following:

- `MDCBottomSheetController`: the easiest integration point for a bottom sheet. Implements accessibility escape gesture support.
- `MDCBottomSheetTransition`: the Material Motion transition entry-point. This may be where the transition is customized by clients in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants