How to create NSString of zero width space.
NSString
In Objective-C, I used to create like this:
NSString *emptyText = @"\u200B";
How to create it in Swift? I have tried following, but it is not working.
let emptyString = "\u200B"
Aucun commentaire:
Enregistrer un commentaire