Jimmy

Results 10 issues of Jimmy

When program first run, just first install and run, The Shadow is show purple color,I had set the shadowShow is No. also have a problem with first install and run,I...

你好,弹出的时候怎么改变状态栏的颜色? 我设置了 -(UIStatusBarStyle)preferredStatusBarStyle { return UIStatusBarStyleDefault; } 没有效果,求解

![image](https://user-images.githubusercontent.com/12026835/42835719-1586efb0-8a2c-11e8-87fb-bae34bd5a5bc.png) 求解

大神,请问顶部的headerView 那个下拉放大的代码在哪里呀,找了很久没找到,求解

![image](https://user-images.githubusercontent.com/12026835/31774657-e849fc06-b518-11e7-958b-084a2b33c5f3.png) autoConnectAfterDisconnect 我设置断线重连为NO,回调的错误码是bluetoothErrorStateDisconnect重新开启设备还是能自动重连,设置YES回调的是bluetoothErrorStateDisconnectTring, 我看源代码逻辑有没看出问题 ![image](https://user-images.githubusercontent.com/12026835/31774836-73f7c86e-b519-11e7-9af0-e8537387d3b5.png) 重开设备有时一直回调这个方法,已经连接成功隔几秒又走一次又提示连接成功,无限循环了,根本停不下来 #pragma mark - connect peripheral - (void)centralManager:(CBCentralManager *)central didConnectPeripheral:(CBPeripheral *)peripheral { EasyLog_R(@"蓝牙连接上一个设备:%@ , %@",peripheral,peripheral.identifier); EasyPeripheral *existedP = nil ; for (NSString *tempIden in [self.connectedDeviceDict...

没有OC版本的吗,跪求啊

日K最后一个蜡烛第一次进来显示不出来,要拖动一下才会出现,切换一下又不见了,大神你这个demo体验最好了,望能解决这个bug

请问有没有属性控制只能展开一个,就是点击另一个section之前打开的自动关闭,感谢

when I add a new token if I push to next VC the token will be removed

你好,为什么里面的Controller都不会走viewWillAppear, viewWillDisappear 等方法?