Closure11
Closure11
Subclass `FSPagerViewTransformer` and override `func applyTransform(to attributes: FSPagerViewLayoutAttributes)` worked for me. ```swift class NoVerticalScalePagerViewTransformer: FSPagerViewTransformer { override func applyTransform(to attributes: FSPagerViewLayoutAttributes) { guard let pagerView = self.pagerView else { return...
@andreamazz Do you have any ideas about this? Apparently the main feature of this library was broken.
现在这个问题越来越严重了,差不多每三四个帖子就会出现
我查到一些类似问题的答案: [1](https://stackoverflow.com/questions/32359775/unable-to-lock-orientation-on-ipad-air-2/32363363#32363363)、[2](https://stackoverflow.com/a/56267601/11770123) 似乎不好解决这个冲突😂请问您有没有头绪呢
> 这个地方暂时改一下吧: > > https://github.com/changsanjiang/SJVideoPlayer/blob/66c3ad9ce3eb426f27ebe21ced0bca21605008e0/Example/Pods/SJBaseVideoPlayer/SJBaseVideoPlayer/Common/Implements/SJRotationManager.m#L65 > > ```objc > - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id)coordinator { > if ( self.navigationController.view.window == nil || self.navigationController.view.window.isHidden ) { > [super viewWillTransitionToSize:size withTransitionCoordinator:coordinator]; > return; >...
是 #854 的问题,把这个pr引入的改动还原就修复了(不清楚这个pr修复的是其他什么bug)
Looks like a same fix was merged via #1196 . Closing this one.
有进展吗?vivo审核也遇到这个问题了
#139 fixed this issue
关联 https://github.com/orgs/community/discussions/159962