Created
          May 26, 2015 21:20 
        
      - 
      
- 
        Save gmertk/bf8f3db24ddf19fa96d2 to your computer and use it in GitHub Desktop. 
    Start ranging when entering a CLBeaconRegion 
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | func locationManager(manager: CLLocationManager!, didEnterRegion region: CLRegion!) { | |
| if let region = region as? CLBeaconRegion { | |
| manager.startRangingBeaconsInRegion(region) | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment