Saucheong Ye

Results 10 comments of Saucheong Ye

@RanKKI ![image](https://user-images.githubusercontent.com/4171847/177453632-05226793-1416-459c-bbef-8bd65d9aee47.png) ``` 中国法律/LawDatabase.swift:29: Fatal error: DB is not connected 2022-07-06 10:15:38.891210+0800 中国法律[8743:1364706] 中国法律/LawDatabase.swift:29: Fatal error: DB is not connected ``` clone master最新代码运行模拟器fatalError DB is not connected

> > @RanKKI ![image](https://user-images.githubusercontent.com/4171847/177453632-05226793-1416-459c-bbef-8bd65d9aee47.png) > > ``` > > 中国法律/LawDatabase.swift:29: Fatal error: DB is not connected > > 2022-07-06 10:15:38.891210+0800 中国法律[8743:1364706] 中国法律/LawDatabase.swift:29: Fatal error: DB is not connected > >...

@pujiaxin33 发现相似问题,我已更新最新版本JXCategoryView 1.5.9 半屏显示collectionView列表,发现部分手机不响应点击事件,如:iPhone 11 滑动切换几次后再次点击一个按钮,此时响应以下方法,但依旧上一个选中按钮,滑动切换正常,多次点击当前按钮,此时可以点击切换到第一个按钮,iPhone 8正常,同iOS 14.6 ``` - (void)categoryView:(JXCategoryBaseView *)categoryView didSelectedItemAtIndex:(NSInteger)index { NSLog(@"didSelectedItemAtIndex"); } - (void)categoryView:(JXCategoryBaseView *)categoryView didClickSelectedItemAtIndex:(NSInteger)index{ NSLog(@"didClickSelectedItemAtIndex"); } ``` https://user-images.githubusercontent.com/4171847/124699787-1177aa00-df1e-11eb-978f-e8d389f1dea5.mov

@duf1991 嗨!我这边react-native版本是0.59.6,react-native run-ios 一直出现问题,如果你方便可以喵喵不,三克油! `` error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your...

iOS如果不配置本地json,可以用代码设置布局吗,居中或是其他,Demo似乎只有json+文件的案例 @MasterXwx

未登录时,查看详情,点击”忽略“或”举报“crash模拟器 15.4.1 ![report_crash](https://user-images.githubusercontent.com/4171847/165728466-40289a8f-b419-4c8f-8a33-7c98ef84e7ad.jpg)

## Animation #### intro - CABasicAnimation http://www.cnblogs.com/wengzilin/p/4250957.html - CoreAnimation https://www.gitbook.com/book/zsisme/ios-/details https://github.com/huang303513/HCDCoreAnimation - Swift http://www.devtalking.com/articles/uiview-spring-animation/ ## ### UIDynamicAnimator - intro http://www.coderyi.com/archives/426 https://github.com/xiaofei86/UIKitDynamics ## ### CAReplicatorLayer (音乐跳动动画、等待动画、跟随动画) - intro http://www.jianshu.com/p/a927157ac62a http://www.ios-animations-by-emails.com/posts/2015-march#tutorial -...

GPUImage https://www.jianshu.com/c/1f71fb708595 https://github.com/Guikunzhi/BeautifyFaceDemo OpenGL ES https://www.jianshu.com/nb/2135411 https://learnopengl-cn.github.io/ All https://github.com/BiBoyang/GoldHouse-for-iOS