Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

ESTDevice delegate property cannot be set, must use setDelegate method #222

Closed oliveriobw closed 4 years ago

oliveriobw commented 8 years ago

If you set the delegate via the read/write property, then the callbacks are not invoked. You have to use the setDelegate method.

//ESTDevice* d d.delegate = self; //has no effect [d setDelegate:self]; //works