SongLog
SongLog
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [README.md](https://github.com/EFPrefix/EFNavigationBar/blob/master/README.md), but there...
PageControl **### 样式为SDCycleScrollViewPageContolStyleClassic 且 数量为3的时候,在ios系统里面将字条调到最小,显示不全只能显示出两个UIPageControlIndicator**,机型:iPhone 12 系统:iOS 14.2.1,调整字体前后,建议在 **if (@available(iOS 14.0, *)) { if ([self.pageControl isKindOfClass:[UIPageControl class]]) { UIPageControl *pageControl = (UIPageControl *)_pageControl; size.width = [pageControl sizeForNumberOfPages:self.imagePathsGroup.count].width; } }** size.width...
