Dmitry Makarenko

Results 2 issues of Dmitry Makarenko

Now CFRetain and CFRelease function pointers are assigned to `SCNetworkReachabilityContext's` `retain` and `release` fields. Removed `reachabilityObject` property since `SCNetworkReachability` takes care of the lifecycle of the object now.

Hi, Would it be better if all the logic (or at least part of it) from `awakeFromNib` method was located inside `initWithCoder:` method? Otherwise setting some properties from IB is...