[Snackbar] Fix dismissalAccessibilityAffordance not performing action on double tap.

PiperOrigin-RevId: 627385462
1 file changed
tree: 09d269c57de44189ad1593410891fd2e85744623
  1. .github/
  2. components/
  3. contributing/
  4. docs/
  5. scripts/
  6. snapshot_test_goldens/
  7. .arclint
  8. .arcunit
  9. .clang-format
  10. .clang-format-ci
  11. .codecov.yml
  12. .gitattributes
  13. .gitignore
  14. .gitmodules
  15. .kokoro
  16. .mdc-docsite.yml
  17. .swiftlint.yml
  18. .travis.yml
  19. AUTHORS
  20. CHANGELOG.md
  21. CODE_OF_CONDUCT.md
  22. CODEOWNERS
  23. CONTRIBUTING.md
  24. ISSUE_TEMPLATE.md
  25. LICENSE
  26. MaterialComponents.podspec
  27. MaterialComponentsEarlGreyTests.podspec
  28. MaterialComponentsExamples.podspec
  29. MaterialComponentsSnapshotTests.podspec
  30. mdc_hero.png
  31. PULL_REQUEST_TEMPLATE.md
  32. README.md
  33. ROADMAP.md
  34. VERSION
README.md

Material Components for iOS

Material's iOS libraries are in maintenance mode as of July 15, 2021

On July 15, 2021, the Material Components for iOS library and its related Material Foundation and Material Motion dependencies entered maintenance mode. This included:

What can you use instead?

We recommend that you follow Apple‘s Human Interface Guidelines and consider using modern UIKit components or SwiftUI instead. Both offer a high degree of flexibility through which you can express your product’s brand while providing a predictable and familiar Apple platforms experience for your users. You'll also benefit from ongoing investments Apple makes in accessibility, ease of use, and deep integrations with OS features.

Alternatively, Flutter enables you to get a Material look and feel across all platforms.

What maintenance mode means for MDC iOS

Once we enter maintenance mode we will have the following support policy:

  • Releases will be cut on a best-effort and as-needed basis.
  • Feature and support requests will automatically be closed.
  • Bugs will be addressed on a best-effort basis.
  • All iOS-specific documentation on material.io will be removed.
  • We will no longer maintain any .md documentation on GitHub.
  • Contributions may still be accepted, but reviews will be performed on a best-effort basis and are not guaranteed to result in a merge.

Useful Links