PostDemo icon indicating copy to clipboard operation
PostDemo copied to clipboard

首页中嵌套的2个list, 如果父视图scrollView 拖动到中间(两个list都是显示) 这时候scrollView会出现可以上下拖动的问题

Open snaillovesmile opened this issue 5 years ago • 0 comments

解决方案: scrollView.contentSize = CGSize(width: contenSize.width, height: 0)

snaillovesmile avatar Aug 31 '20 01:08 snaillovesmile