Pergunta

I lose my bluetooth connection every time I try to change the ViewController

I put the CBPeripheralManagerDelegate Methods in each ViewController.

How should I reorganize my code ?

Foi útil?

Solução

you must CBCentralManager trough ViewControllers on PrepareForSegue method so it will retain the instance

create new class for implement CBPeripheralManagerDelegate and create its instance and pass it

you can use prepare for segue method accordingly this sample

How to pass prepareForSegue: an object

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top