-
Notifications
You must be signed in to change notification settings - Fork 10
Not working with iOS 5? #3
Copy link
Copy link
Open
Description
I tried the test sample and it only gives me the original string, without hyphens.
NSString* text =@"It was in the fourth year of my apprenticeship to Joe, and it was a Saturday night.";
NSLocale* en =[[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"] autorelease];
NSString* hyphenated =[text stringByHyphenatingWithLocale:en];
Can you confirm this?
Just tested with iOS 4.3: works like a charm!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels