coderyi

Results 31 comments of coderyi

in NetworkEye 's detail ViewCotroller ,request's detail message display in UITextView ,so you can copy and paste, and your idea is wonderful.

you can put code after window.rootViewController

没必要专门搞个属性吧!你遇到了tag值重名的情况吗

yes,because i add label at rootVC, [[((NSObject *)([UIApplication sharedApplication].delegate)) window].rootViewController.view addSubview:fpsLabel]; sorry,I will try to solve the problem.

pod repo update试一下

你的bug是指什么,是 你的图片 全都变成 刷刷刷的样子了吗?

我还没有用xcode8-beta,我有机会试一试

参考 [weex-devtool-iOS - readme](https://github.com/weexteam/weex-devtool-iOS/blob/master/README-zh.md)

me too. ``` #if __OBJC2__ return [[self class] stringFromAsciiBytes: [NSData dataFromBase64String: self]]; #else return [self->isa stringFromAsciiBytes: [NSData dataFromBase64String: self]]; #endif ```