Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created July 27, 2018 08:30
Show Gist options
  • Save SunXiaoShan/f8d3e707941e6bb9dcc4b95a495bb4b4 to your computer and use it in GitHub Desktop.
Save SunXiaoShan/f8d3e707941e6bb9dcc4b95a495bb4b4 to your computer and use it in GitHub Desktop.
NSDictionary *options = @{CBCentralManagerOptionRestoreIdentifierKey : CENTRAL_IDENTIFIER_KEY};
_centralManager = [[CBCentralManager alloc] initWithDelegate:self
queue:_serialQueue
options:options];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment