On 1 Nov 2013, at 1:43 , Abhi Beckert <
ab...@abhibeckert.com> wrote:
> In my app I just override the method in a subclass to disable quote substitution and all the other stuff. Haven't had any issues with it:
Yes, that would work. I've narrowed it down I think the issue is:
* If the xib is created with Xcode 5
* and read under Mavericks
* then isAutomaticQuoteSubstitutionEnabled is initialised to true regardless.
You can override isAutomaticQuoteSubstitutionEnabled, or just call setAutomaticQuoteSubstitutionEnabled:NO.
Or you could probably edit the .xib in Xcode 4.6, though I don't have that so I can't verify it, and I'm not even sure Xcode 4.6 would be able to read the .xib, though presumably it would otherwise 10.8 wouldn't either.
Enjoy,
Peter.