I have a UITextView where I am inserting comma separated values. but when ever I insert any text and gives two or more space after it. It automatically appends the FULL STOP after last text.
Is it due to Phone setting? Even if yes. How can we prevent it?
EDIT To reproduce it.. Enter any word in UITextView and then try to apply two spaces. It will automatically add fullstop at the end of hte word 🙂
Above code will limit user to enter more than one blank space.