I\'m having a bit of a confusion on how to assign a value to a BOOL pointer? Here\'s my code:
- (void)locationManager:(CLLocationManager *)manager didUpdateT
Could be that you should write
*initialBroadcast = YES; // Where I'm having troubles
The line before seem to be a standard check to see that the pointer is valid (not nil)