tigerAndBull / TABAnimated

A skeleton screen loading framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
MIT License
3.37k stars 536 forks source link

cell中如果有uiscrollview无法正常显示 #202

Open luyun opened 2 years ago

luyun commented 2 years ago

New Issue Checklist

Issue Info

Info Value
Platform Name e.g. iOS / macOS
Platform Version e.g. 12.0 / 10.14.0
TABAnimated Version e.g. 5.0.0 / 4.4.0
Xcode Version e.g. Xcode 11 / Xcode 10
Repro rate e.g. all the time (100%) / sometimes x% / only once
Repro with our demo prj e.g. does it happen with our demo project?
Demo project link e.g. link to a demo project that highlights the issue

Issue Description and Steps

Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.

tigerAndBull commented 2 years ago

使用adjustBlock将scrollView映射出来的组件移除即可。

luyun commented 2 years ago

manager.animation()?(3)?.remove() 这样?目前看到是无效

tigerAndBull commented 2 years ago

建议看一下图层

luyun commented 2 years ago

就算使用你的demo也无法正常显示scrollView

tigerAndBull commented 1 year ago

映射原理是根据能够被创建的组件自动化生成。

就算使用你的demo也无法正常显示scrollView