Is there any chance that php/mysql/Json is messing up my string compare.
Using this:
when I print it they look the same..
Any ideas.
thanks
Ian
Using this:
Code:
if ([iuuDee isEqualToString:myShareSingHS.uuidStringThing]) {
NSLog(@"Dude you have been BANNED");
// flag a message to be show //
// also add an option to do not display again flag //
// remind me later //
}
when I print it they look the same..
Any ideas.
thanks
Ian