Swift Stack View Scrollable

[Solved] Swift Stack View Scrollable | Swift - Code Explorer | yomemimo.com
Question : swift stack view scrollable

Answered by : thankful-turkey-sm2803o1z6ab

override func viewDidLayoutSubviews() { super.viewDidLayoutSubviews() scrollView.contentSize = CGSize(width: stackView.frame.width, height: stackView.frame.height)
}

Source : https://stackoverflow.com/questions/31668970/is-it-possible-for-uistackview-to-scroll | Last Update : Tue, 22 Mar 22

Answers related to swift stack view scrollable

Code Explorer Popular Question For Swift