Hey there,
Just have a quick question, event.header is type String , I need to set the object but I'm unsure what I have to set it to? it's set to String ?
I'm getting this error "object can not be set"
event.header = [values objectAtIndex:0];
event.longitude = [[values objectAtIndex:2] floatValue];
Thanks