python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I prevent the scroll view from scrolling to the start when editing a big text view in it?
I am trying to make an editable, multiline, UITextView that can horizontally scroll. From multiple answers I found (1, 2, 3), it seems like I should put the UITextView into a UIScrollView, so I did ex...

Sweeper
Votes: 0
Answers: 0
Make custom UITextView selection bar with only translate in Swift 5
Is there a way to only allow the new translate option of ios15 in a custom UITextView? See the following picture to know what I mean with translate option:
Translate option
I know about the canPerform...
Aurora1510
Votes: 0
Answers: 1
UITextView in InputAccessoryView not becoming First Responder (Keyboard does not show up initially)
I'm trying to implement an input accessory view that works just like Messages app in iOS. I've searched almost every SO questions regarding this topic, but couldn't find the solution that worked for m...
shinhong
Votes: 0
Answers: 2