Skip to content

Commit

Permalink
Merge pull request #187 from O-O-wl/owl/refactor
Browse files Browse the repository at this point in the history
Add missing call to super.viewDidLoad in demo
  • Loading branch information
Coeur authored Jan 31, 2020
2 parents 59a189c + d0d9e1f commit aec54fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Demo/RootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import Photos
final class RootViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

let button = UIButton(type: .system)
button.setTitle("Show", for: .normal)
button.sizeToFit()
Expand Down

0 comments on commit aec54fc

Please sign in to comment.