views:

238

answers:

0

So here's my code:

    [self.thing setText:[NSString stringWithFormat:@"Dear %@, ", name]];

For some reason, this leaves some kind of junk data in there that causes hasText to return true even if I delete everything in the textview. Ideas?