Results 9 issues of Hubin_Huang

1.我这边查看归档,底部显示成这样了,不知道怎么改 [](url) 2.还有一个是, 切换页面时播放的音乐会被终止, 需要重新点击播放

https://reactnavigation.org/docs/hiding-tabbar-in-screens/ Why doesn't the home tag correspond to the home navigation, where is the homescreen?

Similar to #812 This situation still exists when using pod 'SVProgressHUD', '~> 2.3.1'. It cannot be said to be a problem, but it can only be said to be related...

//!!!: 设置颜色渐变,和遮罩会影响文案的字体颜色及显示 //_segmentedDataSource.isTitleColorGradientEnabled = true // 禁用颜色渐变,排查干扰 //_segmentedDataSource.isTitleMaskEnabled = true 设置后有两个现象 1. 首次加载选中文字变成白色, 看起来就是不显示, 可以reload 显示 2. 选中时, 文字的颜色不是设置的选中颜色; 需要点击两次

Added support for custom views; can present Lotties animation

class RAMScaleAnimation: RAMItemAnimation { var normalImage: UIImage? var selectImage: UIImage? var scaleFactor: CGFloat = 1.3 override func playAnimation(_ icon: UIImageView, textLabel: UILabel) { if let selectImage { icon.image = selectImage...

### New Issue Checklist * [x] Updated fastlane to the latest version * [x] I read the [[Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) * [x] I read [[docs.fastlane.tools](https://docs.fastlane.tools/)](https://docs.fastlane.tools) * [x] I searched for [[existing...