2 مستودعات
Specialized view controllers for managing text input and interface behaviors in mobile messaging apps.
Distinguishing note: Shortlist candidates refer to full clients or generic controls; this is a specific controller for the input bar.
Explore 2 awesome GitHub repositories matching mobile development · Messaging Input Controllers. Refine with filters or upvote what's useful.
JSQMessagesViewController is a UIKit-based conversational UI framework and library for iOS. It provides a set of components for rendering interactive message streams, multimedia chat histories, and customizable input controllers within mobile applications. The framework features a layout engine that calculates dynamic bubble dimensions and handles orientation-aware rendering. It includes a resizing text input area with a customizable toolbar for sending and formatting messages, as well as support for group conversations with multiple participants. The library covers message rendering through
Implements a resizing text field and toolbar for sending and formatting messages in a mobile application.
SlackTextViewController is a specialized iOS user interface framework and UIKit text input component designed for markdown editing and messaging input management. It provides a view controller subclass that bundles text input logic and layout management into a reusable component for iOS applications. The framework implements specific messaging interface behaviors, including inverted scroll layouts that anchor content from the bottom up and animated typing indicators. It supports a rich text input workflow with markdown formatting, prefix-based autocompletion, and the ability to insert images
Implements a UIViewController subclass specifically for managing growing text input fields on iOS.