You can use:
str = [str stringByReplacingOccurrencesOfString:@"_"
withString:@" "];
1
solved Remove underscore From a String
You can use:
str = [str stringByReplacingOccurrencesOfString:@"_"
withString:@" "];
1
solved Remove underscore From a String