Skip to content

Commit

Permalink
Change from DemoController to UIViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
laminesm committed Nov 16, 2022
1 parent 67f385a commit 3b3aeb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let searchDirectoryPersonas: [PersonaData] = [
PersonaData(name: "Miguel Garcia", email: "miguel.garcia@contoso.com", subtitle: "Software Engineer", image: UIImage(named: "avatar_miguel_garcia"))
]

class PersonaListViewDemoController: DemoController {
class PersonaListViewDemoController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()

Expand Down

0 comments on commit 3b3aeb0

Please sign in to comment.