Jianing Ma

Results 15 issues of Jianing Ma

One problem with forcing landscape is that the status bar disappears, I think it is the reason of orientation problem The weird thing is, if I connect the USB cable,...

检查后发现是因为XHLaunchImageView使用了`[UIScreen mainScreen].bounds`作为创建大小 而在分屏模式下 app大小和screen大小是不一致的 借用了QMUI的一段代码,修改后一切正常 ``` + (CGSize)applicationSize { /// applicationFrame 在 iPad 下返回的 size 要比 window 实际的 size 小,这个差值体现在 origin 上,所以用 origin + size 修正得到正确的大小。 BeginIgnoreDeprecatedWarning CGRect applicationFrame =...

Can I use your EFI without modification? I think it should not be possible, What EFI needs to change after the CPU is changed?

当设置了ContentInset.top时就需要调整refresher的y坐标 能在官方API中添加这个设置吗?

enhancement

如何能在换手机系统备份还原后知道并重置deviceID

like this ``` viewGenerator { if data.type = 1 { return view1 } if data.type = 2 { return view2 } if data.type = 3 { return view3 } }...

类似于在iOS备忘录中的 - 第一条 - 第二条 - 第三条 · 第一条 · 第二条 · 第三条 1. 第一条 2. 第二条 3. 第三条

可否添加一个设置: NavigationBar底部线颜色 自己加了一下 但是没法用pods管理啦 希望大佬可以官方支持下

有一个比较复杂的界面,包含很多CAShapeLayer和View 更新以后就无法渲染出来,显示一片空白 回滚至1.0.3后一切正常

Hi Adam, I was working on a drawing board project six months ago, and your JotUI gave me a lot of help, thanks again, I am very grateful for your...