LTScrollView icon indicating copy to clipboard operation
LTScrollView copied to clipboard

有没有提供scrollView回到顶部的方法?

Open errorUserInfo opened this issue 6 years ago • 2 comments

errorUserInfo avatar Dec 24 '18 09:12 errorUserInfo

@errorUserInfo 暂时还没

gltwy avatar Jan 15 '19 04:01 gltwy

可以在LTAdvancedManager里加一个Extension

viewControllers[currentSelectIndex].glt_scrollView!.setContentOffset(CGPoint(x: 0, y: -(header的高度)), animated: true)

cnYB avatar Jan 16 '19 06:01 cnYB