UIScrollView not scrolling in Swift

前端 未结 12 1019
Happy的楠姐
Happy的楠姐 2021-02-03 19:03

My UIScrollView won\'t scroll down. I don\'t know why. I already followed Apple documentation regarding to this issue.

@IBOutlet weak var scroller: UIScrollView!         


        
12条回答
  •  情歌与酒
    2021-02-03 19:31

    In my case, I used UIStackView inside UIScrollView.

    Added some views-elements from code to stackview. It won't scroll.

    Fixed it by setting stackview's userInteractionEnabled to false.

提交回复
热议问题