HanJunqiang

Results 35 issues of HanJunqiang

ImportError: cannot import name 'json' from 'itsdangerous' 这个错误你有遇到吗?

## Base Info for this issue 1. Version:v1.17.22 2. Language:Objective-C 4. iOS System Version:iOS12 5. Prototype(是否是真机):YES 6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A ## 1. How to repeat the problem. tabbar icon 如何设置网络图片? 我尝试使用以下方法发现问题:...

-------------------------------------------- -------------------------------------------- ## Base Info for this issue 1. Version:Latest Version as [here](https://github.com/ChenYilong/CYLTabBarController/blob/master/CYLTabBarController.podspec) 2. Language of App :Objective-C/Swift 4. iOS System Version:iOS12 5. Prototype(是否是真机):YES 6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A ## 1. How...

bug
Q-A
TODO

欢迎加入Swift学习的队伍, 手机加 iOS开发者交流群:①群:446310206 ②群:426087546 学习Swift从简单到复杂, 欢迎提出宝贵意见! # #

``` NSMutableAttributedString *attributedMessage = [[NSMutableAttributedString alloc] initWithString:resp.songlistContent attributes:@{ NSFontAttributeName: [UIFont systemFontOfSize:16.0f], NSForegroundColorAttributeName: RGB(59, 59, 59, 1.0) }]; [PPStickerDataManager.sharedInstance replaceEmojiForAttributedString:attributedMessage font:[UIFont systemFontOfSize:16.0f]]; commentLabel.attributedText = attributedMessage;//@"\U0000fffc" ``` 显示的是 [鼓掌], 而不是表情

业务情景:上传过的照片不让再次上传,以照片唯一标识符去存储上传记录,发现都不唯一。 请教照片到底用什么作为唯一标识呢? @SilenceLove 1.最初尝试 asset.localIdentifier 作为照片唯一标识,发现升级iOS,或升级版本后,重启设备等这个标识符都会重置。 2.尝试以照片名字作为标识符: 发现在iOS14以后部分设备这个名字还不唯一,并且iOS13废弃了`PHImageFileURLKey` ``` [[PHImageManager defaultManager] requestImageForAsset:asset targetSize:size contentMode:PHImageContentModeDefault options:options resultHandler:^(UIImage * _Nullable result, NSDictionary * _Nullable info) { NSURL *url = [info valueForKey:@"PHImageFileURLKey"]; NSString...

代码一直未动过,覆盖过最新代码后,选择照片点完成为nil