Skip to content

Commit 9637c42

Browse files
committed
Some other fixes to docs
1 parent 87cfc5a commit 9637c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class MyViewController: UIViewController {
263263
private let scrollStackController = ScrollStackController()
264264

265265
@IBAction func someAction() {
266-
scrollStackController.stackView.reloadRow(0)
266+
scrollStackController.scrollStack.reloadRow(0)
267267
}
268268

269269
}

0 commit comments

Comments
 (0)