Skip to content

Instantly share code, notes, and snippets.

@bsneed
Created December 17, 2012 20:19
Show Gist options
  • Select an option

  • Save bsneed/4321770 to your computer and use it in GitHub Desktop.

Select an option

Save bsneed/4321770 to your computer and use it in GitHub Desktop.
example poor-mans proxy
- (void)locationManager:(CLLocationManager *)manager monitoringDidFailForRegion:(CLRegion *)region withError:(NSError *)error
{
[delegates callSelector:_cmd argumentAddresses:(__bridge void *)(self), region, error];
//if (delegate && [delegate respondsToSelector:_cmd])
// [delegate locationManager:self monitoringDidFailForRegion:region withError:error];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment