Felipe Santana
Results
1
comments of
Felipe Santana
I think that is not the better solution, but I solved the problem by creating the following function: ``` func putCaretAtTheEnd() { if(selectedTextRange?.end == endOfDocument) { let arbitraryValue: Int =...