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

iOS 15 Feature Notification action icons #991

Merged
merged 5 commits into from
Sep 13, 2021
Merged

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    6388014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b84b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8166689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4859c1 View commit details
    Browse the repository at this point in the history
  5. Using reflection to add the UNNotificationActionIcon

    This is pretty ugly because we cannot use performSelector withObject. That method only allows up to 2 arguments so we must use NSInvocation.
    emawby committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    dda1993 View commit details
    Browse the repository at this point in the history