Top "Contentsize" questions

scrollView not scrolling swift

I have a scroll view which is not scrolling. Googling seems to indicate that it may be to do with …

ios swift uiscrollview contentsize
UITextView doesn't update its contentSize

I'm dynamically sizing a UITextView's height and the height of the UITableViewCell it is embedded in when its content changes. …

ios objective-c uitableview uitextview contentsize
uitableview content size is not returning correctly swift

I'm using uitableview in container view, so want to set my container height based on content size height. So after …

ios uitableview autolayout contentsize
What is the difference between 'tableView.contentSize' and 'tableView.frame.size'

tableView.setContentOffset(CGPointMake(0, tableView.contentSize.height - tableView.frame.size.height), animated: true) It works, but I wonder what actually …

ios uitableview uiscrollview frame contentsize
What is the best way to disable horizontal scroll of UIScrollView?

In UIScrollView, I have content height and width greater than scrollview's size. So basically it can scroll horizontally and vertically. …

objective-c uiscrollview horizontal-scrolling contentsize
Swift set height of table

I have this table for which I want a certain height even when I only have one row. I want …

swift uitableview height swift3 contentsize