Skip to content

Instantly share code, notes, and snippets.

@spockz
Created September 18, 2014 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spockz/4ada61f73fb50129aa5a to your computer and use it in GitHub Desktop.
Save spockz/4ada61f73fb50129aa5a to your computer and use it in GitHub Desktop.
Section *cycling = [[Section alloc] initWithName:@"fietsen" NamedThumb:@"Icon_fietsen.png" andDataURL:@"http://parklingezegen.nl/category/fietsroutes/?json=1"];
Section *walking = [[Section alloc] init];
walking.name = @"wandelen";
walking.thumb = [UIImage imageNamed:@"Icon_wandelen.png"];
walking.dataUrl = [NSURL URLWithString:@"http://parklingezegen.nl/category/wandelen/?json=1"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment