Skip to content

Commit 3739d7e

Browse files
author
Momo Ozawa
committed
Refactor: change access modifier for scrollview
1 parent 86aea3a commit 3739d7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WordPress/Classes/ViewRelated/Blog/My Site/MySiteViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class MySiteViewController: UIViewController, NoResultsViewHost {
2121
return segmentedControl.selectedSegmentIndex == Section.dashboard.rawValue
2222
}
2323

24-
private lazy var scrollView: UIScrollView = {
24+
@objc
25+
private(set) lazy var scrollView: UIScrollView = {
2526
let scrollView = UIScrollView()
2627
scrollView.translatesAutoresizingMaskIntoConstraints = false
2728
scrollView.refreshControl = refreshControl

0 commit comments

Comments
 (0)