feat: set compose text editor keyboard type to supports @/# glyphs

This commit is contained in:
CMK 2021-03-15 13:44:29 +08:00
parent 6882788ccc
commit a6e4b0bfb1
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ final class ComposeTootContentTableViewCell: UITableViewCell {
textEditorView.scrollView.isScrollEnabled = false
textEditorView.isScrollEnabled = false
textEditorView.placeholderText = L10n.Scene.Compose.contentInputPlaceholder
textEditorView.keyboardType = .twitter
return textEditorView
}()