linlinyao1

Results 9 issues of linlinyao1

`(UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets resizingMode:(UIImageResizingMode)resizingMode ` returns _UIResizableImage, and when using DMDynamicImageProxy as _UIResizableImage in a UIButton, it tries to access to image's ivar which is not aligned with DMDynamicImageProxy class

bug

UITabbarController遵从viewcontroller based status bar, 第一个vc的status bar和nav bar都是hidden,第二个vc的status bar和nav bar都是显示。来回切换就会看到navbar跳动

bug
help wanted

SwiftUIPreview render exceed 30 seconds and throw error when preview a custom view inside a large app (take over 10 mins to compile)

can't fix

1. 实际中许多场景需要等待网络请求返回后才能继续点击事件,每次等待时间不同,回放的时机就会不准。 解:本地mock数据 2. 还有一些是转场动画事件,需要等动画结束才能点击。 解:参考earl grey,监控动画事件 ps: 考虑换工作吗?

I am wondering where do you get the idea of passing string to compositing filter? and how to find the correct filter name

When select layout item from left-side menu, choose a layout twice, the app crashes