dequan1331 / HybridPageKit

A high-performance、high-extensibility、easy integration framework for Hybrid content page. Support most content page types of News App.
MIT License
1.22k stars 187 forks source link

进入界面后定位到指定的Component #53

Open JustinYangJing opened 2 years ago

JustinYangJing commented 2 years ago

请教一个问题 进入界面后定位到指定的Component 看到 HPKPageHandler有如下接口 (void)scrollToComponentView:(HPKView *)elementView atOffset:(CGFloat)offsetY animated:(BOOL)animated; 那要需要如何手动构建这个HPKView呢