Сергей Галездинов

Results 29 comments of Сергей Галездинов

As a workaround, add a type cast: ```objective-c [animation setFromValue:@([(MBCircularProgressBarLayer*)self.presentationLayer value])]; ```

more info on https://github.com/tonymillion/Reachability/issues/65 (sorry, couldn't find how to set pull request there)

The bad thing is that this flag==0 happens right in the case you've described. and when the internet becomes online, only flag==0 is received. no kSCNetworkReachabilityFlagsReachable at all. and this...

I found the reason of this behavior: the problem was that i was creating Reachability with full url, not the host. in this case reachability always sends 0 in flags...

still waiting for API key support

@joshdholtz any news on this?

There is an accepted [proposal](https://github.com/apple/swift-evolution/blob/master/proposals/0069-swift-mutability-for-foundation.md) for swift 3 that will make immutable `Calendar` wrapper over `NSCalendar`. It is better to wait for it, I think.