2 रिपॉजिटरी
Automatically selects the correct cell for text, photo, video, location, emoji, audio, contact, or link preview content.
Distinguishing note: No candidate covers automatic cell selection for multiple message types; closest candidates are about render targets or content-type filters.
Explore 2 awesome GitHub repositories matching user interface & experience · Multi-Type Message Renderers. Refine with filters or upvote what's useful.
MessageKit is an iOS chat UI framework that provides a scrollable conversation interface built on UICollectionView, enabling developers to render text, images, videos, locations, emoji, audio, and contact messages within message bubbles. The framework is designed around a pre-built MessagesViewController that can be subclassed to inherit the full chat layout, input bar, and message display without writing UI from scratch, and it uses a data source protocol for message retrieval along with delegate callbacks for user interactions. The framework distinguishes itself through a highly customizabl
Automatically selects the correct cell for text, photo, video, location, emoji, audio, contact, or link preview content.
Aurora IMUI is a cross-platform chat UI component library that provides native interface elements for building instant messaging screens on Android, iOS, and React Native. It wraps platform-native UI components behind a unified interface, delegating rendering to each platform's native runtime while maintaining consistent behavior and appearance across devices. The library separates chat data into a platform-agnostic model layer that drives view updates through reactive bindings to native list components. It manages the multi-modal input bar as a finite state machine that switches between text
Provides a registry for developers to register custom message view renderers for unknown content types.