MACProject icon indicating copy to clipboard operation
MACProject copied to clipboard

这是一个用 Objective-C 写的 iOS 轻量级框架,旨在快速构建 iOS App,欢迎 Star

Results 2 MACProject issues
Sort by recently updated
recently updated
newest added

HTTPClient文件里的这个方法,不管有没有网络都会返回没有网络,但是startMonitoring的监听回调正常。 - (BOOL)isReachable { // return YES; return _sharedHTTPClient.reachabilityManager.reachable; }

不知道能不能更新一点类似MVVM+RAC的写法,刚好最近在学:)