We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the gpx-parser-ios wiki!
FIX for desc populating name GPXParser.m
if ([elementName isEqualToString:@"desc"] && self.waypoint) {
SHOULD BE
if ([elementName isEqualToString:@"name"] && self.waypoint) {
and