dylanNew

Results 5 issues of dylanNew

```html ``` In this case SwiftLinkPreview get image link is **assets/test.png** but the image real url is **https://host/resource/index/assets/test.png** How can I get it real url?

fix close bug

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md) *...

**http://stackoverflow.com/questions/27379900/how-to-determine-the-ios-connection-type-edge-3g-4g-wifi** 在 stackoverflow 上面的例子中将 **CTRadioAccessTechnologyCDMA1x** 归为 2G, 但是CoreStatus 中是3G 。 这个类型是 3G 还是 4G? 本地暂没有找到可用的测试。。