MessageViewController icon indicating copy to clipboard operation
MessageViewController copied to clipboard

A SlackTextViewController replacement written in Swift for the iPhone X.

Results 24 MessageViewController issues
Sort by recently updated
recently updated
newest added

If there are many suggestions in autocomplete when in landscape mode the view can grow to high getting cut off by the navigation bar or another view above it. Sent...

bug
good first issue

It looks like this doesn't naturally trigger the `UITextViewDelegate.textViewDidChange()` method. Should we forward changed text to our custom text view listeners if the text is manually set? From GitHawkApp/GitHawk#2158

question

Using latest [master branch](https://github.com/GitHawkApp/MessageViewController/commit/97e198895e309bda0b4ea30a5ac50a16fe6ef8ac) The button(s) of the messageView have their own arbitrary vertical alignment. Is there any way to make them match the `messageView.textViewInset` you set? Looks like you...

question

Repost of #70 Is there any way to make MessageViewController respect the tabBar (if you have one?) The only way I found for it to adjust for the tab bar...

bug

Each cell in the table ought to be given the button trait. When you type an @, should the focus be moved, or an announcement posted to indicate suggestions are...

accessibility

Initially when trying to use Carthage there would be a build error. Carthage was trying to build the `MessageViewController` scheme in the example workspace. This PR removes the example workspace,...

First of all, I'm really enjoying the library so far, awesome work. I'm shipping this in production in the next couple weeks and wanted to provide some feedback based on...

question

As a heavy user of SlackTextViewController, I came here immediately after reading about your project in iOS Dev Weekly. The goal is ambitious: "A SlackTextViewController replacement written in Swift for...

question

See title :) Tapping it right now doesn't result in anything occurring which is rather odd. Maybe it could at least pop up an action sheet or something.

question

The text view is behaving oddly when using VoiceOver. Tapping it to focus it, it only reads the line of text that you tapped, rather than the entire text view...

accessibility