移动开发小冉

Results 26 comments of 移动开发小冉

或许你可以连下设备看下log,看有没有什么线索

关于2) id 不写默认应该是hook所有app的,3)我之所以为30是考虑到如果设置低了刷新太快,cpu一直高位,发热会有影响;改成60也就是1s刷新怕在快速滑动的时候更新不够灵敏,不过问题不大

来个pull request或者看下效果图?

我没遇到过呢,不好说

你给我发的哪个源码我下载不了

![](https://cloud.githubusercontent.com/assets/5335337/6750891/ff9d75d0-cf39-11e4-8e6b-91a0ec79eb14.png) 这里label的圆角背景是哪行代码的作用 self.textLabel.frame = CGRectMake((self.bounds.size.width - 190)/2 , self.textVerticalPositionAdjustment+16, 190, self.bounds.size.height/2); ``` self.textLabel.layer.cornerRadius = 5; self.textLabel.layer.masksToBounds = YES; self.textLabel.layer.borderColor = [UIColor clearColor].CGColor; self.textLabel.layer.borderWidth = 1.0f; self.textLabel.layer.rasterizationScale = [UIScreen mainScreen].scale; self.textLabel.layer.shouldRasterize...

thx,有兴趣可以提交个pull request

恩,其实我还是希望有人给我提交一个pull request, 哈哈,你懂得

这上面本来就是一个代码协作平台嘛,算是以代码会友了,有互动才有意思