feat: set compose text editor keyboard type to supports @/# glyphs
This commit is contained in:
parent
6882788ccc
commit
a6e4b0bfb1
|
@ -21,6 +21,7 @@ final class ComposeTootContentTableViewCell: UITableViewCell {
|
||||||
textEditorView.scrollView.isScrollEnabled = false
|
textEditorView.scrollView.isScrollEnabled = false
|
||||||
textEditorView.isScrollEnabled = false
|
textEditorView.isScrollEnabled = false
|
||||||
textEditorView.placeholderText = L10n.Scene.Compose.contentInputPlaceholder
|
textEditorView.placeholderText = L10n.Scene.Compose.contentInputPlaceholder
|
||||||
|
textEditorView.keyboardType = .twitter
|
||||||
return textEditorView
|
return textEditorView
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue