ios - UIScrollView not Scrolling at all -
i've tried several s.o threads none of them have solved me. have "containerscrollview" won't let me scroll it. i've tried making both longer , shorter contents of view either doesn't work (longer) or turns whole view white (shorter). on iphone 5 can still see down third label whereas need able scroll down past "about" section. suggestions? thanks]1
try this
override func viewdidlayoutsubviews() { super.viewdidlayoutsubviews() scrollview.contentsize = cgsize(width:self.view.bounds.width, height: 1430) }
Comments
Post a Comment