Estimote Nearables
问题 All, I am trying to find the proximity of a nearable. I am constructing a switch statement to check if its near, intermidetate, far etc. I am working in Swift. I have ranged my nearable and I am in a delegate method : func nearableManager(manager: ESTNearableManager!, didRangeNearable nearable: ESTNearable!) { self.nearable = nearable } When I try and get Zone it doesn't find it, so nearable.zone is not found - I don't know what is wrong. Any ideas ? 回答1: I had the same problem. Here is my SO