Skip to content

Commit

Permalink
Fix PersonaListViewDemoController navigation bar transparency bug (#1372
Browse files Browse the repository at this point in the history
)

* Change from DemoController to UIViewController

* Revert "Change from DemoController to UIViewController"

This reverts commit 3b3aeb0.

* Fix bug
  • Loading branch information
laminesm committed Nov 16, 2022
1 parent 67f385a commit 7b969ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class PersonaListViewDemoController: DemoController {
alert.addAction(action)
self.present(alert, animated: true)
}
scrollingContainer.removeFromSuperview()
view.addSubview(personaListView)
personaListView.frame = view.bounds
personaListView.autoresizingMask = [.flexibleWidth, .flexibleHeight]
Expand Down

0 comments on commit 7b969ee

Please sign in to comment.