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!
I do not know it is a good solution, but you can try to set headerview to empty UITableView.
let scrollView: UIView = UIView(frame: CGRectMake(0, 0, 400, 2300)) tableView.tableHeaderView = scrollView