I have this and it works:
[pole insertObject: [NSString stringWithFormat:@"%s",[textfield text]] atIndex:idpole];
But this doesn't save to string what is in the texfield, but some numbers or other unspecified characters. What can I do, to save real text from a textfield?