BeyondChao

Results 14 issues of BeyondChao

Not Work RGB with hexadecimal color ; example:[UIColor colorWithRGBHex:0xF5F6F7]; - (UIColor*) colorWithRGBHex: (UInt32) hex { int r = (hex >> 16) & 0xFF; int g = (hex >> 8) &...

希望楼主添加以某个中心点 指定范围内的随机坐标的功能,感谢!

CBCentralManager 创建时可以指定一个queue,默认是main queue,在main queue中创建的话,会堵塞主线程吗?现遇到一个问题:在一个页面即有AVPlayer播放网络视频,又有CBCentralManager在主线程中扫描外设,导致视频加载很慢,当我关掉蓝牙之后,视频加载很快,播放也很流畅。不确定是不是因为蓝牙的原因。想知道什么场景下需要自己创建一个queue或者把CBCentralManager的事件丢掉子线程中处理?

scroll not smooth while scroll small space and release your hand quickly