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![enter image description here]1

try this

override func viewdidlayoutsubviews() {     super.viewdidlayoutsubviews()     scrollview.contentsize = cgsize(width:self.view.bounds.width, height: 1430) } 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -