Skip to content

Adopt plural context menu delegate in example app#70

Merged
Iron-Ham merged 1 commit into
mainfrom
Iron-Ham/fix-deprecated-context-menu-example
Feb 24, 2026
Merged

Adopt plural context menu delegate in example app#70
Iron-Ham merged 1 commit into
mainfrom
Iron-Ham/fix-deprecated-context-menu-example

Conversation

@Iron-Ham
Copy link
Copy Markdown
Owner

Summary

  • The chat example (ListKitChatExampleViewController) was still using the singular contextMenuConfigurationForItemAt delegate method, deprecated in iOS 16
  • Migrated to the plural contextMenuConfigurationForItemsAt variant, consistent with the library's own conformances (updated in Fix context menus not appearing on Mac Catalyst #68)

Test plan

  • Build the Example app and verify context menu still appears on long-press of a chat bubble
  • Verify no deprecation warnings from this file

The chat example was still using the singular
contextMenuConfigurationForItemAt delegate method deprecated in iOS 16.
Migrate to the plural contextMenuConfigurationForItemsAt variant.

Entire-Checkpoint: 6f8a4f3a33c2
@Iron-Ham Iron-Ham merged commit 2dd778b into main Feb 24, 2026
1 check passed
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.

1 participant