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
self.autocorrectionType = .no
self.autocapitalizationType = .none...