Anyone knows how to stop this annoying behaviour on uitextView it keeps changing " into “
if tries all the following and it still doesn't work, I basically want the textview to not change anything the user enters
if tries all the following and it still doesn't work, I basically want the textview to not change anything the user enters
Swift:
self.autocorrectionType = .no
self.autocapitalizationType = .none
self.spellCheckingType = .no
self.smartQuotesType = .no
self.smartDashesType = .no
self.smartInsertDeleteType = .no