孙国庆

Results 3 issues of 孙国庆

我这边用的是swift 开发,A 页面跳转到B 页面后无法返回,经测试 HBDNavigationBar.m 拿到的viewName 并不包含在 45 行的数组中,拿到的应为UIButtonBarStackView,做出了修改,完成页面跳转,如果做得不对的,希望作者修正 ![1590393961437](https://user-images.githubusercontent.com/20592158/82792249-aeee5680-9ea1-11ea-9526-321f63e19cd5.jpg)

**Describe the feature** The desired effect is to directly classify the movie resources of m3u8 and distinguish them from non live content. Additionally, it is important to include tags that...

enhancement

为了和Android统一 ,在项目中用到了,但是当我快速点击的时候,项目出现了崩溃 查找问题,确定问题发生在: ``` #pragma mark -- animation // border 基础动画 - (void)startBorderLayerAnimation { if (self.isChecked) { ``` 这一行> for (CALayer *subLayer in self.borderCircle.sublayers) { ``` [subLayer removeFromSuperlayer]; } }...