String comparison in Objective-C
Posted
by james.ingham
on Stack Overflow
See other posts from Stack Overflow
or by james.ingham
Published on 2010-04-07T12:50:03Z
Indexed on
2010/04/07
12:53 UTC
Read the original article
Hit count: 409
Hey,
I've currently got a webserver set up which I communicate over SOAP with my iPhone app. I am returning a string containing a GUID and when I attempt to compare this with another string I get some strange results:
Why would this not fire? Surely the two strings are a match?
Thanks
© Stack Overflow or respective owner