I'm loading xml data to my Xcode project in objective-c and I'm getting many "spaces" in my data.
For example - I load this value:
"lehavim"
and I'm getting it in my project like this:
" lehavim"
Can you please help me with this one? I have checked my code many times and can't figure it out.