I want to add line numbers to my UITextView. Do I have to write my own UI-Element, or is there an other solution?
UITextView
There's nothing built-in for this. You'll have to do it yourself.