-
首先感谢大佬的轮子!
需求背景:图片是存储到阿里云OSS,图片资源的访问权限为私有(私有URL不会变),需要签名转换成公用的URL,图片才可以访问,每次转换后的url都不一样的。
1、现在使用库里的PhotoBrowser来查看大图
2、PhotoAsset(NetworkImageAsset(thumbnailURL: originalURL, originalURL: origi…
-
使用以下方式,会导致整个 CoverView 都采用了自定义的,但是像 pageControl 这些应该不受影响才对呀
```obj-c
UIButton *btn = [[UIButton alloc] init];
[btn setImage:[UIImage imageNamed:@"cm2_list_detail_icn_cmt"] forState:UIControlStateNo…
-
加载网络视频,当页面还没有完全加载出来( 菊花转动,页面黑色 ),立即退出预览页面,然后再次重复进入查看该网络视频,重复两次以上操作就会崩溃
-
以下是crash日志,在方法里取phto自动显示原图时,越界了,由于是用户给出的crash日志无法跟踪复现,看情况像是将一个为负数值赋给NSUInteger类型的变量导致的数组越界
- (void)photoBrowser:(GKPhotoBrowser *)browser didSelectAtIndex:(NSInteger)index {
GKPhoto *photo = [brows…
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
VS2022 17.6 MAUI .Net7.0
### Description
I try to integrate the Evergine engine as a custom view…
-
测试用了一张20000多分辨率的图片,直接爆掉内存了,应该是里面sdanimatedView的问题,我觉得可以考虑使用CATiledLayer做一下优化,现在的库支持自己做这方面的定义吗 在不修改源码的情况下
-
flutter 版本: Flutter (Channel dev, 1.24.0-10.2.pre, on macOS 11.0.1 20B29 darwin-x64, locale zh-Hans-CN)
错误信息:
Xcode's output:
↳
/Users/mymac/Documents/myProject/2020pro/11/myapp2021/ios/…
-
**Is your feature request related to a problem? Please describe.**
The problem is that each element may have a different preference as to whether or not to close via backdrop.
For example in my case…
-
感谢lukane哥 提供的这个优秀的框架, 今天 下载demo 视频播放发现 如果将photoBrowser.isNeedOnlinePlay = false;
改为false, 视频会没有声音. 手机iphone6s 14.7.1 系统, 另外iphonex 16的系统也是如此
-
### Description
Calling signOut from Auth makes the app crashing
### Reproducing the issue
Calling signOut from Auth makes the app crashing.
The project has also GoogleSignIn 6.2.4 using spm…